Trait SelectiveCryptographicSuite

Source
pub trait SelectiveCryptographicSuite: CryptographicSuite {
    type SelectionOptions;
}
Expand description

Cryptographic suite with selective disclosure capabilities.

Required Associated Types§

Source

type SelectionOptions

Options specifying what claims to select and how.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§