Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 767 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 767 Bytes

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).