Namespace Sigstore.Rekor
Classes
- MerkleProof
RFC 6962 Merkle tree helpers for Rekor-compatible transparency logs. Inclusion proof verification follows the decomposed inner/border walk used by transparency-dev/merkle, which implements the proof semantics described in RFC 6962 (Merkle audit paths).
- RekorClient
Rekor transparency log client using the v1 REST API.
- SignedNoteVerifier
Minimal verifier for C2SP-style signed notes used by Rekor checkpoints and signed entry timestamps. See signed-note.
- TransparencyLogVerifier
Verifies Rekor inclusion proofs and signed checkpoints using trusted transparency log keys from TrustedRoot.
Interfaces
- IRekorClient
Client for the Rekor transparency log.
- ITransparencyLogVerifier
Rekor transparency log verifications (Merkle inclusion + signed notes).