Skip to main content

PackedUInt256

Type Alias PackedUInt256 

Source
pub type PackedUInt256 = PackedUInt<256, L1GlweCiphertext>;
Expand description

Encrypted packed unsigned 256 bit integer. This is a specialization of PackedUInt for 256 bits and L1GlweCiphertext.

Aliased Typeยง

pub struct PackedUInt256 { /* private fields */ }