dart-bitcoin / bip39

BSD 3-Clause "New" or "Revised" License
44 stars 72 forks source link

Align code and tests with the official specification #10

Closed vdeurzen-bux closed 3 years ago

vdeurzen-bux commented 3 years ago

I noticed the test vectors in the Dart implementation were different from the test vectors used in the BIP-39 specification. I investigated the differences and updated the code to propagate the passphrase to the process() method and updated the tests and test vectors.

longhoangwkm commented 3 years ago

Many thanks, @vdeurzen-bux