Skip to content

kumo.digest.sha512(ARGS)

Computes a SHA512 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.