Crate actix_hash
source · [−]Expand description
Hashing utilities for Actix Web.
Crate Features
All features are enabled by default.
blake2: Blake2 typesmd5: MD5 typesmd4: MD4 typessha1: SHA-1 typessha2: SHA-2 typessha3: SHA-3 types
Structs
Wraps an extractor and calculates a body checksum hash alongside.
Parts of the resulting body hash extractor.
Type Definitions
Wraps an extractor and calculates a Blake2b body checksum hash alongside.
Wraps an extractor and calculates a Blake2s body checksum hash alongside.
Wraps an extractor and calculates a MD4 body checksum hash alongside.
Wraps an extractor and calculates a MD5 body checksum hash alongside.
Wraps an extractor and calculates a SHA-1 body checksum hash alongside.
Wraps an extractor and calculates a SHA-3-224 body checksum hash alongside.
Wraps an extractor and calculates a SHA-3-256 body checksum hash alongside.
Wraps an extractor and calculates a SHA-3-384 body checksum hash alongside.
Wraps an extractor and calculates a SHA-3-512 body checksum hash alongside.
Wraps an extractor and calculates a SHA-224 body checksum hash alongside.
Wraps an extractor and calculates a SHA-256 body checksum hash alongside.
Wraps an extractor and calculates a SHA-384 body checksum hash alongside.
Wraps an extractor and calculates a SHA-512 body checksum hash alongside.