Enum psa_crypto::types::key_derivation::Input [−][src]
Expand description
Enumeration of supported input data for different input steps
Variants
Byte input for key derivation
Key input for key derivation
Tuple Fields of Key
0: IdTrait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for Input<'a>
impl<'a> UnwindSafe for Input<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more