Enum snow::params::CipherChoice
source · pub enum CipherChoice {
ChaChaPoly,
AESGCM,
}
Expand description
One of ChaChaPoly
or AESGCM
, per the spec.
Variants§
Trait Implementations§
source§impl Clone for CipherChoice
impl Clone for CipherChoice
source§fn clone(&self) -> CipherChoice
fn clone(&self) -> CipherChoice
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more