Crates.io | cryptohelpers |
lib.rs | cryptohelpers |
version | 2.0.0 |
source | src |
created_at | 2020-08-25 23:01:22.747948 |
updated_at | 2022-04-09 23:34:12.68423 |
description | Collection of helpers and simplifying functions for cryptography things |
homepage | https://git.flanchan.moe/flanchan/cryptohelpers |
repository | https://github.com/notflan/cryptohelpers |
max_upload_size | |
id | 280774 |
size | 75,255 |
Collection of helpers and simplifying functions for cryptography things. All modules are feature gated.
sha256
featurepassword
featureaes
featurechecksum
featurersa
featureThere is also full
for enabling them all.
The async
feature adds asynchronous streaming functions with Tokio's AsyncRead
and AsyncWrite
traits.
MIT