cryptohelpers

Crates.iocryptohelpers
lib.rscryptohelpers
version2.0.0
sourcesrc
created_at2020-08-25 23:01:22.747948
updated_at2022-04-09 23:34:12.68423
descriptionCollection of helpers and simplifying functions for cryptography things
homepagehttps://git.flanchan.moe/flanchan/cryptohelpers
repositoryhttps://github.com/notflan/cryptohelpers
max_upload_size
id280774
size75,255
Avril (notflan)

documentation

README

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

Commit count: 29

cargo fmt