Results for “Std.Crypto.LegacyDigest”
5 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.Crypto.LegacyDigest
A SHA-1 digest: five words, which is the form that algorithm produces.
- Std.Crypto.legacyBytes
&Std.Crypto.LegacyDigest -> Array[UInt32]A legacy digest as the bytes it is, for a protocol that encodes them.
- Std.Crypto.legacyHex
&Std.Crypto.LegacyDigest -> StrA legacy digest written as lower-case hexadecimal.
- Std.Crypto.sha1
Str -> Std.Crypto.LegacyDigestThe SHA-1 digest of text, taken over its UTF-8 bytes.
- Std.Crypto.sha1Bytes
&Array[UInt32] -> Std.Crypto.LegacyDigestThe SHA-1 digest of bytes.
