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.
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.