harningt / atomun-mnemonic

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

Implement BIP-0039 mnemonic algorithm #4

Closed harningt closed 9 years ago

harningt commented 10 years ago

BIP-0039 specifies one standard for implementing mnemonic sequences using the following inputs to eventually arrive at a seed value.

WARNING: the specification is currently in draft but appears to be used by TREZOR, so it may evolve resulting in a name change to reflect its "TREZOR nature"

Mnemonic generation:

Seed generation:

Outputs exactly 64 bytes

harningt commented 9 years ago

Merged in 186cb2a39d21e8141226f47eaf8b6bacb25af8f0 to develop

harningt commented 9 years ago

Merged in f3660e4290092ec1da2476f2650f50d8f793aea6 to master