Module sha1

Source
Expand description

SHA-1 hash function

This module implements the SHA-1 hash function as specified in FIPS 180-4. Note: SHA-1 is considered cryptographically broken and should only be used for compatibility with existing systems.

Structs§

Sha1
SHA-1 hash function

Enums§

Sha1Algorithm
SHA-1 algorithm marker type