Expand description
The digest primitive kind: cryptographic hash functions.
mac minus keys: there is no key material, so no extractability and no
export. The stateful object is the digest resource — an algorithm-bound
capability minted by per-algorithm interfaces (such as sha2) — so a
component whose world imports only this interface can use any digest it
is granted but cannot choose algorithms.
Structs§
- Digest
- A digest algorithm, bound at creation.