Skip to content

ciband/bip39

Repository files navigation

bip39

Build Status

Travis-CI: Build Status AppVeyor: Build status Codecov: Codecov

About

This is a portable C++ implementation of BIP39. The goal of this project is to provide a BIP39 implementation with minimal dependencies and to be compatiable with the most number of platforms, including Arduino.

This project was heavily inspired by and code borrowed from libbitcoin (https://github.com/libbitcoin/libbitcoin).