Enum magic_crypt::SecureBit[][src]

pub enum SecureBit {
    Bit64,
    Bit128,
    Bit192,
    Bit256,
}

How secure does your encryption need to be?

Variants

Methods

impl SecureBit
[src]

Auto Trait Implementations

impl Send for SecureBit

impl Sync for SecureBit