Pudu programming language
Menu
API reference

Std.Crypto.LegacyDigest

1 declaration

type

LegacyDigest

This declaration introduces a public type.

What it does

A SHA-1 digest: five words, which is the form that algorithm produces.

Present for the handshakes that specify it and for nothing else. It is not

a choice for anything that has to resist an adversary — collisions in it

have been produced — and it is separate from Digest so a caller cannot

pass one where the other belongs.

Read the signature

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

Back to Std.CryptoSearch related declarations