Type Alias sm2::SecretKey

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

SM2 secret key: wrapper point for a secret scalar.

Aliased Type§

struct SecretKey { /* private fields */ }