pub struct Signature<AlgorithmType = Falcon1024, SignatureType = Message> { /* private fields */ }Implementations§
Source§impl Signature<Falcon1024, Message>
impl Signature<Falcon1024, Message>
Source§impl Signature<Falcon1024, Detached>
impl Signature<Falcon1024, Detached>
Source§impl Signature<Dilithium2, Message>
impl Signature<Dilithium2, Message>
Source§impl Signature<Dilithium2, Detached>
impl Signature<Dilithium2, Detached>
Source§impl Signature<Dilithium3, Message>
impl Signature<Dilithium3, Message>
Source§impl Signature<Dilithium3, Detached>
impl Signature<Dilithium3, Detached>
Source§impl Signature<Dilithium5, Message>
impl Signature<Dilithium5, Message>
Trait Implementations§
Auto Trait Implementations§
impl<AlgorithmType, SignatureType> Freeze for Signature<AlgorithmType, SignatureType>
impl<AlgorithmType, SignatureType> RefUnwindSafe for Signature<AlgorithmType, SignatureType>where
AlgorithmType: RefUnwindSafe,
SignatureType: RefUnwindSafe,
impl<AlgorithmType, SignatureType> Send for Signature<AlgorithmType, SignatureType>
impl<AlgorithmType, SignatureType> Sync for Signature<AlgorithmType, SignatureType>
impl<AlgorithmType, SignatureType> Unpin for Signature<AlgorithmType, SignatureType>
impl<AlgorithmType, SignatureType> UnwindSafe for Signature<AlgorithmType, SignatureType>where
AlgorithmType: UnwindSafe,
SignatureType: UnwindSafe,
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