Enum snow::params::CipherChoice [−][src]
pub enum CipherChoice {
ChaChaPoly,
AESGCM,
}One of ChaChaPoly or AESGCM, per the spec.
Variants
Trait Implementations
impl Clone for CipherChoice[src]
impl Clone for CipherChoice[src]fn clone(&self) -> CipherChoice[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl FromStr for CipherChoice[src]
impl FromStr for CipherChoice[src]impl PartialEq<CipherChoice> for CipherChoice[src]
impl PartialEq<CipherChoice> for CipherChoice[src]