sha3_512
Since: Dev Builds Only
The functionality described in this section requires a dev build of KumoMTA. You can obtain a dev build by following the instructions in the Installation section.
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.