An open API service indexing awesome lists of open source software.

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

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