[][src]Trait yaca::ContextWithRc2Supported

pub trait ContextWithRc2Supported: Context {
    fn set_property_rc2_effective_key_bits(
        &self,
        rc2_eff_key_bits: usize
    ) -> Result<()> { ... } }

Implementation of RC2 effective key bits property

Provided methods

fn set_property_rc2_effective_key_bits(
    &self,
    rc2_eff_key_bits: usize
) -> Result<()>

Sets the RC2 effective key bits property

Loading content...

Implementors

impl ContextWithRc2Supported for DecryptContext[src]

impl ContextWithRc2Supported for EncryptContext[src]

impl ContextWithRc2Supported for OpenContext[src]

impl ContextWithRc2Supported for SealContext[src]

Loading content...