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

SigningKey

Type Alias SigningKey 

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

ECDSA/P-256 signing key

Aliased Typeยง

pub struct SigningKey { /* private fields */ }