Golang implementation of Bitcoin & other Mnemonic algorithms used in block chains.
Why?
Mainly for academic purposes, I want to learn Go & block chains. I only found 1 other implementation in Go so there is room for more.
The code has full unit tests and benchmarks, including all official vectors.
This BIP describes the implementation of a mnemonic code or mnemonic sentence -- a group of easy to remember words -- for the generation of deterministic wallets.