Skip to main content
This is unreleased documentation for the main (development) branch of crypto-glue.

Signature

Type Alias Signature 

Source
pub type Signature = Signature<NistP256>;
Expand description

ECDSA/P-256 signature (fixed-size)

Aliased Typeยง

pub struct Signature { /* private fields */ }