pub struct RelinKeys {
pub data: Vec<u8>,
}Expand description
Relinearization keys for homomorphic multiplication
Fields§
§data: Vec<u8>Key data
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RelinKeys
impl RefUnwindSafe for RelinKeys
impl Send for RelinKeys
impl Sync for RelinKeys
impl Unpin for RelinKeys
impl UnwindSafe for RelinKeys
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more