mindwallet icon indicating copy to clipboard operation
mindwallet copied to clipboard

Is the Go version supposed to produce outputs matching the JS version?

Open RobinLinus opened this issue 9 months ago • 0 comments

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.

RobinLinus avatar Jun 20 '25 10:06 RobinLinus