mindwallet
mindwallet copied to clipboard
Is the Go version supposed to produce outputs matching the JS version?
The website says "MindWallet comes with a golang implementation largely based on MemWallet so you can double check that the JS version works, it is also much faster to run.", which suggests that they should produce the same outputs. However, it seems like this is not the case. The reason seems to be that the Go version uses Argon2di instead of Argon2i, as well as different parameters.