# Exonum Key Management [![Travis Build Status](https://img.shields.io/travis/exonum/exonum/master.svg?label=Linux%20Build)](https://travis-ci.com/exonum/exonum) [![License: Apache-2.0](https://img.shields.io/github/license/exonum/exonum.svg)](https://github.com/exonum/exonum/blob/master/LICENSE) ![rust 1.42.0+ required](https://img.shields.io/badge/rust-1.42.0+-blue.svg?label=Required%20Rust) `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](https://docs.rs/exonum-keys) for more details. ## Usage Include `exonum-keys` as a dependency in your `Cargo.toml`: ```toml [dependencies] exonum-keys = "1.0.0" ``` ## License `exonum-keys` is licensed under the Apache License (Version 2.0). See [LICENSE](LICENSE) for details.