Skip to main content

GGSWAtBackendRef

Trait GGSWAtBackendRef 

Source
pub trait GGSWAtBackendRef<BE: Backend> {
    // Required method
    fn at_backend(
        &self,
        row: usize,
        col: usize,
    ) -> GLWE<BE::BufRef<'_>, BE::ZnxWord>;
}
Expand description

Backend-native shared view of one GLWE row.

Required Methods§

Source

fn at_backend( &self, row: usize, col: usize, ) -> GLWE<BE::BufRef<'_>, BE::ZnxWord>

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§