https://github.com/sammyne/bip39
Implementation of BIP-0039
https://github.com/sammyne/bip39
bitcoin cryptography mnemonic
Last synced: about 1 month ago
JSON representation
Implementation of BIP-0039
- Host: GitHub
- URL: https://github.com/sammyne/bip39
- Owner: sammyne
- License: isc
- Created: 2018-11-06T10:48:01.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-04T10:24:50.000Z (over 7 years ago)
- Last Synced: 2025-03-18T01:48:15.379Z (over 1 year ago)
- Topics: bitcoin, cryptography, mnemonic
- Language: Go
- Size: 237 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bip39
[](https://circleci.com/gh/sammyne/bip39)
[](https://codecov.io/gh/sammyne/bip39)
[](https://goreportcard.com/report/github.com/sammyne/bip39)
[](LICENSE)
Implementation of BIP-0039
## Requirement
- go-1.11 with modules support
## Installation
```bash
go get -u -v github.com/sammyne/bip39
```
## References
- [bip-0039](https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki)
- [python-mnemonic](http://github.com/trezor/python-mnemonic)
- [Japanese test vector](https://github.com/bip32JP/bip32JP.github.io/blob/master/test_JP_BIP39.json)