Closed Doresimon closed 5 years ago
I found in BIP39, they suggested to use HMAC-SHA512 as the pseudo-random function, but in this repo SHA512 is being used.
Did I got the right doc for mnemonic generation?
Thanks!
we use HMAC-SHA512 and all the test vectors pass.
please read the source code more carefully.
Thanks.
I found in BIP39, they suggested to use HMAC-SHA512 as the pseudo-random function, but in this repo SHA512 is being used.
Did I got the right doc for mnemonic generation?
Thanks!