Expand description
The crate’s single error type.
Every fallible public function returns [Error]; variants name the exact failure so a caller
(or an agent reading a log) can branch on the cause without parsing a string.
Enums§
- Error
- A failure decoding a value, building/proving over the tree, or evaluating the pairing predicate.
Type Aliases§
- Result
- A
Resultspecialized to this crate’s [Error].