Crypto key master
crypto_key_master is the rust library for helping manage crypto keys
Usage
To use crypto_key_master, first add this to your Cargo.toml:
[]
= "0.1.2"
Next, add this to your crate:
use ;
let mut key_master = KeyMaster ;
let entropy = key_master.generate_entropy.unwrap;
let key_id = key_master.write_seed.unwrap;
let request = SignRequest ;
let sig = key_master.sign.unwrap;
License
This project is licensed under the MIT license.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in crypto_key_master by you, shall be licensed as MIT, without any additional
terms or conditions.