mirror of
https://github.com/mailscope/kumomta.git
synced 2026-08-26 06:08:18 +00:00
550 B
550 B
sha3_512
kumo.digest.sha3_512(ARGS)
{{since('2025.12.02-67ee9e96')}}
Computes a SHA3_512 digest over each of the arguments in ARGS.
You may pass multiple arguments.
String arguments are intepreted as bytes and fed into the digest algorithm.
Other types are first encoded as a JSON string and that string is then fed into the digest algorithm.
The returned value is a Digest object representing the digest bytes. It has properties that can return the digest bytes or encoded in a number of common and useful encodings.