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 |
#74 in #aes
25KB
576 lines
cryptonite
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
~54K SLoC