harningt / atomun-mnemonic

Java component library containing mnemonic<->byte logic.
Apache License 2.0
5 stars 0 forks source link

Implement modern Electrum mnemonic algorithm #3

Closed harningt closed 9 years ago

harningt commented 10 years ago

The new algorithm uses the following required inputs to derive the mnemonic sequence:

The prefix is used to encode useful version data to assist in usage of the mnemonic after import. This prefix is then set as a brute force target for the final sequence of words.

Implementation version target depends on when implemented on Electrum client, however the designed interface should be compatible with the available input and output values.

harningt commented 9 years ago

Most of it is ready sitting in a dirty feature branch, but I have other changes to the engine that I want in before squashing this in.

harningt commented 9 years ago

Implemented in f5056bfe79a092a5d48481fae7eca76c718c3098