core/crypto/sha3

sha3

Types

1

Constants

8

Procedures

8

final

final :: proc(ctx: ^Context, hash: []u8, finalize_clone: bool)Source

final finalizes the Context, writes the digest to hash, and calls reset on the Context.

If and only if (⟺) finalize_clone is set, final will work on a copy of the Context, which is useful for for calculating rolling digests.

reset

reset :: proc(ctx: ^Context)Source

reset sanitizes the Context. The Context must be re-initialized to be used again.

Reference search

Find anything

Documentation preferences

Settings

System theme variants

Used only while Theme is set to System.