Expand description
An authenticated database (ADB) that provides succinct proofs of any value ever associated with a key, and also whether that value is the current value associated with it. Its implementation is based on an Any authenticated database combined with an authenticated Bitmap over the activity status of each operation. The two structures are “grafted” together to minimize proof sizes.
Structs§
- Config
- Configuration for a Current authenticated db.
- Current
- A key-value ADB based on an MMR over its log of operations, supporting authentication of whether a key ever had a specific value, and whether the key currently has that value.
- KeyValue
Proof Info - The information required to verify a key value proof.