gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-wallet-core] branch master updated: fixed typo in info/salt


From: gnunet
Subject: [taler-wallet-core] branch master updated: fixed typo in info/salt
Date: Thu, 21 Jul 2022 11:34:46 +0200

This is an automated email from the git hooks/post-receive script.

oec pushed a commit to branch master
in repository wallet-core.

The following commit(s) were added to refs/heads/master by this push:
     new b8a61eb9 fixed typo in info/salt
b8a61eb9 is described below

commit b8a61eb98cdb0653a49dff367428fde2ca0cf529
Author: Özgür Kesim <oec-taler@kesim.org>
AuthorDate: Thu Jul 21 11:34:43 2022 +0200

    fixed typo in info/salt
---
 packages/taler-util/src/talerCrypto.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/taler-util/src/talerCrypto.ts 
b/packages/taler-util/src/talerCrypto.ts
index 5de767dd..38bb5ad0 100644
--- a/packages/taler-util/src/talerCrypto.ts
+++ b/packages/taler-util/src/talerCrypto.ts
@@ -915,7 +915,7 @@ export namespace Edx25519 {
       outputLength: 64,
       salt: seed,
       ikm: pub,
-      info: stringToBytes("edx2559-derivation"),
+      info: stringToBytes("edx25519-derivation"),
     });
 
     return res;

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]