Skip to main content

Module types

Module types 

Source
Expand description

Core newtypes: MerkleHash, LogOrigin. Identifier and hash newtypes for the transparency-log wire contract.

The types live in auths_verifier::tlog so every verifier surface (native, FFI, browser WASM) shares one implementation; this module re-exports them for the log-construction side.

Structsยง

LogOrigin
Validated log origin string (e.g., "auths.dev/log").
MerkleHash
SHA-256 Merkle hash (32 bytes).