Skip to main content

Module sha1

Module sha1 

Source
Expand description

SHA-1 hash function (FIPS 180-4).

160-bit output, 512-bit (64-byte) blocks, Merkle-Damgard construction. Deprecated for security use — provided for legacy compatibility.

Structs§

Sha1
SHA-1 hasher (FIPS 180-4). 160-bit output, 64-byte blocks.