pub struct QVVerifyingKey { /* private fields */ }Expand description
Verifying (public) key for ML-DSA-87.
Implementations§
Auto Trait Implementations§
impl Freeze for QVVerifyingKey
impl RefUnwindSafe for QVVerifyingKey
impl Send for QVVerifyingKey
impl Sync for QVVerifyingKey
impl Unpin for QVVerifyingKey
impl UnsafeUnpin for QVVerifyingKey
impl UnwindSafe for QVVerifyingKey
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