Type Alias p521::ecdsa::Signature

source ·
pub type Signature = Signature<NistP521>;
Available on crate feature ecdsa-core only.
Expand description

ECDSA/P-521 signature (fixed-size)

Aliased Type§

struct Signature { /* private fields */ }