https://github.com/vrischmann/zig-bip39
Partial implementation of BIP-0039 for Zig
https://github.com/vrischmann/zig-bip39
zig
Last synced: about 1 month ago
JSON representation
Partial implementation of BIP-0039 for Zig
- Host: GitHub
- URL: https://github.com/vrischmann/zig-bip39
- Owner: vrischmann
- License: mit
- Created: 2020-03-08T16:56:17.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-01T21:58:58.000Z (over 3 years ago)
- Last Synced: 2025-03-14T22:54:52.515Z (over 1 year ago)
- Topics: zig
- Language: Zig
- Size: 58.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
bip39
=====
This is a partial implementation of [BIP-0039](https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki) in Zig.
This is a port of my Java implementation to Zig that I did as a way to learn the language.
Supported features
==================
* Encoding a byte array into a mnemonic
* English wordlist
Missing features
================
* Wordlists for other languages
* Checksum validation
* Seed creation