SharedL0LweCiphertext

Type Alias SharedL0LweCiphertext 

Source
pub type SharedL0LweCiphertext = Arc<AtomicRefCell<L0LweCiphertext>>;
Expand description

An L0LweCiphertext that can be shared across threads.

Aliased Typeยง

pub struct SharedL0LweCiphertext { /* private fields */ }