Results for “Std.Crypto.Digest”
5 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.Crypto.Digest
A SHA-256 digest: eight words, which is the form the algorithm produces.
- Std.Crypto.digestsMatch
&Std.Crypto.Digest -> &Std.Crypto.Digest -> BoolWhether two digests are the same, compared in constant time.
- Std.Crypto.sha256
Str -> Std.Crypto.DigestThe SHA-256 digest of text, taken over its UTF-8 bytes, computed by the
- Std.Crypto.sha256Bytes
&Array[UInt32] -> Std.Crypto.DigestThe SHA-256 digest of bytes, given one to a word, computed by the rounds
- Std.Crypto.toHex
&Std.Crypto.Digest -> StrA digest written as lower-case hexadecimal, which is how one is quoted.
