fixed typo in info/salt

This commit is contained in:
Özgür Kesim 2022-07-21 11:34:43 +02:00
parent f11483b511
commit b8a61eb98c
Signed by: oec
GPG Key ID: 3D76A56D79EDD9D7

View File

@ -915,7 +915,7 @@ export namespace Edx25519 {
outputLength: 64,
salt: seed,
ikm: pub,
info: stringToBytes("edx2559-derivation"),
info: stringToBytes("edx25519-derivation"),
});
return res;