pub struct Matrix<const k: usize, const l: usize> { /* private fields */ }Expand description
A matrix over the ML-KEM ring.
Trait Implementations§
Auto Trait Implementations§
impl<const k: usize, const l: usize> Freeze for Matrix<k, l>
impl<const k: usize, const l: usize> RefUnwindSafe for Matrix<k, l>
impl<const k: usize, const l: usize> Send for Matrix<k, l>
impl<const k: usize, const l: usize> Sync for Matrix<k, l>
impl<const k: usize, const l: usize> Unpin for Matrix<k, l>
impl<const k: usize, const l: usize> UnsafeUnpin for Matrix<k, l>
impl<const k: usize, const l: usize> UnwindSafe for Matrix<k, l>
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