Expand description
Verifiable Information Retrieval (VID).
Modules§
- avidm
- This module implements the AVID-M scheme, whose name came after the DispersedLedger paper https://www.usenix.org/conference/nsdi22/presentation/yang.
- avidm_
gf2 - This module implements the AVID-M scheme over GF2
- utils
- Internal helpers (Merkle hashing primitives, byte-to-field conversion).
Re-exported as
pubso benches and external tooling can reuse theBlake3DigestAlgorithmplumbing.
Enums§
- VidError
- The error type for
VidSchememethods.
Traits§
- VidScheme
- Trait definition for a Verifiable Information Dispersal (VID) scheme.
Type Aliases§
- Verification
Result 🔒 - A glorified
boolthat leverages compile lints to encourage the caller to use the result. - VidResult 🔒
- Alias