19 stable releases
2.0.0 | Apr 9, 2022 |
---|---|
1.8.2 | Aug 16, 2021 |
1.8.1 | Jul 30, 2021 |
1.7.2 | Jan 26, 2021 |
0.1.1 | Aug 25, 2020 |
#30 in #helpers
76 downloads per month
76KB
2.5K
SLoC
cryptohelpers
Collection of helpers and simplifying functions for cryptography things. All modules are feature gated.
- sha256 -
sha256
feature - password -
password
feature - aes -
aes
feature - crc -
checksum
feature - rsa -
rsa
feature
There is also full
for enabling them all.
Async processing
The async
feature adds asynchronous streaming functions with Tokio's AsyncRead
and AsyncWrite
traits.
License
MIT
lib.rs
:
Collection of helpers for cryptography things. All modules are feature gated.
- sha256 -
sha256
feature - password -
password
feature - aes -
aes
feature - crc -
checksum
feature - rsa -
rsa
feature
There is also full
for enabling them all.
Async processing
The async
feature adds asynchronous streaming functions with Tokio's AsyncRead
and AsyncWrite
traits.
Dependencies
~0.2–2.4MB
~44K SLoC