5 releases (breaking)
0.5.0 | Apr 6, 2023 |
---|---|
0.4.0 | Jul 2, 2022 |
0.3.0 | Mar 28, 2022 |
0.2.0 | Mar 24, 2022 |
0.1.0 | Mar 23, 2022 |
#1344 in Cryptography
320KB
6.5K
SLoC
actix-hash
Hashing utilities for Actix Web.
lib.rs
:
Hashing utilities for Actix Web.
Crate Features
All features are enabled by default.
blake2
: Blake2 typesblake3
: Blake3 typesmd5
: MD5 types 🚩md4
: MD4 types 🚩sha1
: SHA-1 types 🚩sha2
: SHA-2 typessha3
: SHA-3 types
Security Warning 🚩
The md4
, md5
, and sha1
types are included for completeness and interoperability but they
are considered cryptographically broken by modern standards. For security critical use cases,
you should move to using the other algorithms.
Dependencies
~22–34MB
~572K SLoC