Pudu programming language
Menu
API reference

Std.Crypto.Digest

1 declaration

type

Digest

This declaration introduces a public type.

What it does

A SHA-256 digest: eight words, which is the form the algorithm produces.

Kept as words rather than as text so a caller comparing two digests compares

numbers, and only rendering turns them into hexadecimal.

Read the signature

  • This declaration has no value signature because it introduces a type or trait.

Back to Std.CryptoSearch related declarations