[][src]Module grin_core::core::verifier_cache

VerifierCache trait for batch verifying outputs and kernels. We pass a "caching verifier" into the block validation processing with this.

Structs

LruVerifierCache

An implementation of verifier_cache using lru_cache. Caches tx kernels by kernel hash. Caches outputs by output rangeproof hash (rangeproofs are committed to separately).

Traits

VerifierCache

Verifier cache for caching expensive verification results. Specifically the following -