Documentation ¶
Overview ¶
Package sha1 implements the SHA-1 hash algorithm as defined in RFC 3174.
SHA-1 is cryptographically broken and should not be used for secure applications.
Index ¶
Constants ¶
View Source
const BlockSize = 64
The blocksize of SHA-1 in bytes.
View Source
const Size = 20
The size of a SHA-1 checksum in bytes.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.