ApplicationExportTreeError

Type Alias ApplicationExportTreeError 

Source
pub type ApplicationExportTreeError = PprfError;
Available on (32-bit or 64-bit) and crate feature extensions-draft-08 only.
Expand description

Error constructing component secret from the exporter tree See PprfError for more details.

Aliased Type§

pub enum ApplicationExportTreeError {
    IndexOutOfBounds,
    PuncturedInput,
    ChildDerivationError(CryptoError),
}

Variants§

§

IndexOutOfBounds

Index out of bounds.

§

PuncturedInput

Evaluating on punctured input.

§

ChildDerivationError(CryptoError)

Error deriving child node.