pub enum Algorithm {
SECP256K1_SCHNORR,
FN_DSA_512,
ML_DSA_44,
SLH_DSA_128S,
}Expand description
PQC Algorithm type
Variants§
SECP256K1_SCHNORR
BIP-340 Schnorr + X-Only - Elliptic Curve Digital Signature Algorithm
FN_DSA_512
FN-DSA-512 (FALCON) - Fast Fourier lattice-based signature scheme
ML_DSA_44
ML-DSA-44 (CRYSTALS-Dilithium) - Lattice-based signature scheme
SLH_DSA_128S
SLH-DSA-Shake-128s (SPHINCS+) - Hash-based signature scheme
Trait Implementations§
impl Copy for Algorithm
impl Eq for Algorithm
impl StructuralPartialEq for Algorithm
Auto Trait Implementations§
impl Freeze for Algorithm
impl RefUnwindSafe for Algorithm
impl Send for Algorithm
impl Sync for Algorithm
impl Unpin for Algorithm
impl UnwindSafe for Algorithm
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