Trait SignatureAlgorithmType

Source
pub trait SignatureAlgorithmType {
    type Instance: SignatureAlgorithmInstance<Algorithm = Self>;
}

Required Associated Types§

Implementors§

Source§

impl SignatureAlgorithmType for Algorithm

Source§

impl SignatureAlgorithmType for AnyBlake2b

Source§

impl SignatureAlgorithmType for AnyES256K

Source§

impl SignatureAlgorithmType for AnyES

Source§

impl SignatureAlgorithmType for AnyESKeccakK

Source§

impl SignatureAlgorithmType for ES256OrES384

Source§

impl SignatureAlgorithmType for AleoTestnet1Signature

Source§

impl SignatureAlgorithmType for Bbs

Source§

impl SignatureAlgorithmType for ES256

Source§

impl SignatureAlgorithmType for ES256K

Source§

impl SignatureAlgorithmType for ES256KR

Source§

impl SignatureAlgorithmType for ES384

Source§

impl SignatureAlgorithmType for ESBlake2b

Source§

impl SignatureAlgorithmType for ESBlake2bK

Source§

impl SignatureAlgorithmType for ESKeccakK

Source§

impl SignatureAlgorithmType for ESKeccakKR

Source§

impl SignatureAlgorithmType for EdBlake2b

Source§

impl SignatureAlgorithmType for EdDSA

Source§

impl SignatureAlgorithmType for HS256

Source§

impl SignatureAlgorithmType for HS384

Source§

impl SignatureAlgorithmType for HS512

Source§

impl SignatureAlgorithmType for PS256

Source§

impl SignatureAlgorithmType for PS384

Source§

impl SignatureAlgorithmType for PS512

Source§

impl SignatureAlgorithmType for RS256

Source§

impl SignatureAlgorithmType for RS384

Source§

impl SignatureAlgorithmType for RS512