[][src]Module yubihsm::ecdsa

Elliptic Curve Digital Signature Algorithm (ECDSA) support

Re-exports

pub use self::algorithm::Algorithm;
pub use ecdsa::signature;

Modules

algorithm

ECDSA algorithms (i.e. hash functions)

asn1

Support for ECDSA signatures encoded as ASN.1 DER.

nistp256

NIST P-256 elliptic curve (a.k.a. prime256v1, secp256r1)

nistp384

NIST P-384 elliptic curve.

sec1

SEC1 encoding support.

secp256k1

secp256k1 elliptic curve

Structs

NistP256

NIST P-256 elliptic curve.

NistP384

NIST P-384 elliptic curve.

Secp256k1

K-256 (secp256k1) elliptic curve.

Signature

ECDSA signatures (fixed-size).

Signer

ECDSA signature provider for yubihsm-client