Expand description
Re-export proof cache module for direct access.
Structs§
- Proof
Cache - Secure proof cache with TTL, single-use nonces, and bounded size.
- Proof
Cache Entry - A single entry in the proof cache.
- Proof
Cache Stats - Statistics about the proof cache.
Enums§
- Cache
Error - 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).