commit b8a61eb98cdb0653a49dff367428fde2ca0cf529
parent f11483b511ff1f839b9913c4832eee9109f67aeb
Author: Özgür Kesim <oec-taler@kesim.org>
Date: Thu, 21 Jul 2022 11:34:43 +0200
fixed typo in info/salt
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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;