diff options
author | Özgür Kesim <oec-taler@kesim.org> | 2022-07-21 11:34:43 +0200 |
---|---|---|
committer | Özgür Kesim <oec-taler@kesim.org> | 2022-07-21 11:34:43 +0200 |
commit | b8a61eb98cdb0653a49dff367428fde2ca0cf529 (patch) | |
tree | 95472bf8576ba4416830748d7bf6a38be71e7216 /packages | |
parent | f11483b511ff1f839b9913c4832eee9109f67aeb (diff) |
fixed typo in info/salt
Diffstat (limited to 'packages')
-rw-r--r-- | packages/taler-util/src/talerCrypto.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/taler-util/src/talerCrypto.ts b/packages/taler-util/src/talerCrypto.ts index 5de767dda..38bb5ad0a 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; |