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.
The blocksize of SHA-1 in bytes.
The size of a SHA-1 checksum in bytes.
Block implements the SHA-1 block step.
Sum returns the SHA-1 checksum of the data.