# KMS
Key Management Schema
## Introduction
Rust implementation of BIP32、BIP39
## Reference
* [BIP32 Official Doc](https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki)
* [BIP39 Official Doc](https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki)
* [Elliptic-Curve-Cryptography](https://en.wikipedia.org/wiki/Elliptic-curve_cryptography)