[][src]Module static_dh_ecdh::signatures

ECDSA implementation

Structs

ECDSASHA256Signature

A type to represent an ECDSA-SHA256 Signature. Tuple elements 0 and 1 represent the signing and verifying keys

ECDSASHA384Signature

A type to represent an ECDSA-SHA384 Signature. Tuple elements 0 and 1 represent the signing and verifying keys

Traits

ECSignature

A trait to implement ECDSA signatures for any curve type.