Skip to main content

CpuFheUintArray

Type Alias CpuFheUintArray 

Source
pub type CpuFheUintArray<Id> = FheBackendArray<CpuIntegerArrayBackend<RadixCiphertext>, Id>;

Aliased Type§

pub struct CpuFheUintArray<Id> { /* private fields */ }

Trait Implementations§

Source§

impl<Clear, Id> FheDecrypt<Vec<Clear>> for CpuFheUintArray<Id>

Source§

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