Expand description
Secret keys for elliptic curves (i.e. private scalars).
The SecretKey type is a wrapper around a secret scalar value which is
designed to prevent unintentional exposure (e.g. via Debug or other
logging). It also handles zeroing the secret value out of memory securely
on drop.
Modules§
- pkcs8 🔒
 - PKCS#8 encoding/decoding support.
 
Structs§
- Secret
Key  - Elliptic curve secret keys.