From 496a45a97c4dc70fb340ba9ea950a85fa7d9a174 Mon Sep 17 00:00:00 2001 From: Bart Butler Date: Wed, 31 Jan 2018 19:04:26 -0800 Subject: [PATCH] Update eddsa.js --- src/crypto/public_key/elliptic/eddsa.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/crypto/public_key/elliptic/eddsa.js b/src/crypto/public_key/elliptic/eddsa.js index 1927d72f..857f5ecd 100644 --- a/src/crypto/public_key/elliptic/eddsa.js +++ b/src/crypto/public_key/elliptic/eddsa.js @@ -1,5 +1,5 @@ // OpenPGP.js - An OpenPGP implementation in javascript -// Copyright (C) 2018 ProtonMail.ch +// Copyright (C) 2018 Proton Technologies AG // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public