Skip to main content

PackedInt32

Type Alias PackedInt32 

Source
pub type PackedInt32 = PackedInt<32, L1GlweCiphertext>;
Expand description

Encrypted packed signed 32 bit integer. This is a specialization of PackedInt for 32 bits and L1GlweCiphertext.

Aliased Typeยง

pub struct PackedInt32 { /* private fields */ }