Crates.io | cryptonite |
lib.rs | cryptonite |
version | 0.1.3 |
source | src |
created_at | 2017-11-18 04:47:59.756204 |
updated_at | 2017-11-19 08:23:01.194749 |
description | Utilities for futures-based asynchronous cryptography |
homepage | |
repository | https://github.com/srijs/rust-cryptonite |
max_upload_size | |
id | 39759 |
size | 36,825 |
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.