cryptonite 0.1.3

Utilities for futures-based asynchronous cryptography
Documentation

cryptonite Build Status

This crate aims to provide high-level asychronous APIs for cryptographic functions such as symmetric encryption, hashing and random number generation.

The APIs provided are based on abstractions from the futures crate.

The underlying crytographic operations are provided by OpenSSL.