#stream #cipher #future #aes #crypto

cryptonite

Utilities for futures-based asynchronous cryptography

4 releases

Uses old Rust 2015

0.1.3 Nov 19, 2017
0.1.2 Nov 18, 2017
0.1.1 Nov 18, 2017
0.1.0 Nov 18, 2017

#66 in #aes

MIT/Apache

25KB
576 lines

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.


lib.rs:

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.

Dependencies

~2.5MB
~50K SLoC