Digest.BLAKE512
SourceBLAKE512
is the BLAKE2b hash function producing 512-bit (64-byte) digests. It is cryptographically secure, and the digests are large enough to thwart brute-force attacks.
The type of digests.
The length of digests, in bytes.
Compare two digests, with the same specification as Stdlib.compare
.
substring s ofs len
returns the digest of the substring of s
starting at index ofs
and containing len
characters.
subbytes s ofs len
returns the digest of the subsequence of s
starting at index ofs
and containing len
bytes.
Read characters from the channel and return their digest. See Digest.channel
for the full specification.
Write a digest on the given output channel.
Read a digest from the given input channel.