Type Alias p256::SecretKey

source ·
pub type SecretKey = SecretKey<NistP256>;
Expand description

NIST P-256 secret key.

Aliased Type§

struct SecretKey { /* private fields */ }