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<NistP521>;
Expand description

NIST P-521 secret key.

Aliased Typeยง

pub struct SecretKey { /* private fields */ }