pub type SharedL0LweCiphertext = Arc<AtomicRefCell<L0LweCiphertext>>;Expand description
An L0LweCiphertext that can be shared across threads.
Aliased Typeยง
pub struct SharedL0LweCiphertext { /* private fields */ }pub type SharedL0LweCiphertext = Arc<AtomicRefCell<L0LweCiphertext>>;An L0LweCiphertext that can be shared across threads.
pub struct SharedL0LweCiphertext { /* private fields */ }