Enum acvp_parser::util::AcvpAlgorithm
source · [−]pub enum AcvpAlgorithm {
Hash,
MsgAuth,
BlockCipher,
Rng,
Nil,
}
Variants
Hash
MsgAuth
BlockCipher
Rng
Nil
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for AcvpAlgorithm
impl Send for AcvpAlgorithm
impl Sync for AcvpAlgorithm
impl Unpin for AcvpAlgorithm
impl UnwindSafe for AcvpAlgorithm
Blanket Implementations
Mutably borrows from an owned value. Read more