indy-utils 0.3.7

Utilities for Hyperledger Indy (https://www.hyperledger.org/projects), which provides a distributed-ledger-based foundation for self-sovereign identity (https://sovrin.org).
Documentation
1
2
3
4
5
6
mod alg;
mod nacl_box;
mod types;

pub use alg::{pack_message, unpack_message};
pub use types::{key_lookup_fn, KeyLookup};