Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 860 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 860 Bytes

Exonum Key Management

Travis Build Status License: Apache-2.0 rust 1.45.0+ required

exonum-keys provides tools for storing and loading encrypted keys for Exonum nodes.

This is a simple utility crate specialized for the Exonum needs.

Consult the crate docs for more details.

Usage

Include exonum-keys as a dependency in your Cargo.toml:

[dependencies]
exonum-keys = "1.0.0"

License

exonum-keys is licensed under the Apache License (Version 2.0). See LICENSE for details.