Skip to main content

FheUintSlice

Type Alias FheUintSlice 

Source
pub type FheUintSlice<'a, Id> = FheBackendArraySlice<'a, DynUintBackend, Id>;

Aliased Type§

pub struct FheUintSlice<'a, Id> { /* private fields */ }

Trait Implementations§

Source§

impl<Clear, Id> FheDecrypt<Vec<Clear>> for FheUintSlice<'_, Id>

Source§

fn decrypt(&self, key: &ClientKey) -> Vec<Clear>