Skip to main content

Module proof_cache_mod

Module proof_cache_mod 

Source
Expand description

Re-export proof cache module for direct access.

Structs§

ProofCache
Secure proof cache with TTL, single-use nonces, and bounded size.
ProofCacheEntry
A single entry in the proof cache.
ProofCacheStats
Statistics about the proof cache.

Enums§

CacheError
Error types for proof cache operations.

Constants§

PROOF_CACHE_MAX_ENTRIES
Maximum number of entries in the proof cache (SEC-002).
PROOF_CACHE_TTL_MS
TTL for cache entries in milliseconds (100ms).
PROOF_CACHE_TTL_NS
TTL for cache entries in nanoseconds (100ms = 100_000_000ns).