#sha-256 #password #checksum #rsa #aes #helper

cryptohelpers

Collection of helpers and simplifying functions for cryptography things

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

#2153 in Cryptography

47 downloads per month

MIT license

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