GLWEPackerOps

Trait GLWEPackerOps 

Source
pub trait GLWEPackerOps<BE: Backend>{
    // Provided method
    fn packer_add<A, K, H>(
        &self,
        packer: &mut GLWEPacker,
        a: Option<&A>,
        i: usize,
        auto_keys: &H,
        scratch: &mut Scratch<BE>,
    )
       where A: GLWEToRef + GLWEInfos,
             K: GGLWEPreparedToRef<BE> + GetGaloisElement + GGLWEInfos,
             H: GLWEAutomorphismKeyHelper<K, BE>,
             Scratch<BE>: ScratchTakeCore<BE> { ... }
}

Provided Methods§

Source

fn packer_add<A, K, H>( &self, packer: &mut GLWEPacker, a: Option<&A>, i: usize, auto_keys: &H, scratch: &mut Scratch<BE>, )

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl<BE: Backend> GLWEPackerOps<BE> for Module<BE>

Implementors§