pub struct SigAlg { /* private fields */ }Expand description
Algorithm descriptor for EVP_SIGNATURE (OpenSSL 3.2+).
Mirrors DigestAlg / CipherAlg / MacAlg in naming and lifecycle.
Used with MessageSigner and MessageVerifier for algorithms such
as ML-DSA, SLH-DSA, and Ed25519/Ed448 with context strings.
Implementations§
Trait Implementations§
impl Send for SigAlg
Available on
ossl320 only.impl Sync for SigAlg
Available on
ossl320 only.Auto Trait Implementations§
impl Freeze for SigAlg
impl RefUnwindSafe for SigAlg
impl Unpin for SigAlg
impl UnwindSafe for SigAlg
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