Type Alias plume_rustcrypto::SecretKey

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

Exports types from the k256 crate:

  • NonZeroScalar: A secret 256-bit scalar value.
  • SecretKey: A secret 256-bit scalar wrapped in a struct.
  • AffinePoint: A public elliptic curve point. secp256k1 (K-256) secret key.

Aliased Type§

struct SecretKey { /* private fields */ }