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

SecretKey

Type Alias SecretKey 

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

NIST P-256 secret key.

Aliased Typeยง

pub struct SecretKey { /* private fields */ }