Enum ecc608_linux::PrivWriteConfig [−][src]
pub enum PrivWriteConfig {
Invalid,
Encrypt,
}Variants
PrivWrite will return an error if the target key slot has this value.
Writes to this slot require a properly computed MAC and the inputdata must be encrypted by the system with SlotConfig.WriteKey using the encryption algorithm documented with PrivWrite.
Trait Implementations
Performs the conversion.