Enum rust_cryptoauthlib::EcdhSource
source · [−]#[repr(u8)]
pub enum EcdhSource {
Slot,
TempKey,
}
Expand description
Private key source for ECDH
Variants
Slot
source key in a slot
TempKey
source key in TempKey (only relevant for the ATECC608x chip)
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for EcdhSource
impl Send for EcdhSource
impl Sync for EcdhSource
impl Unpin for EcdhSource
impl UnwindSafe for EcdhSource
Blanket Implementations
Mutably borrows from an owned value. Read more