Module secret_key

Module secret_key 

Source
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§

SecretKey
Elliptic curve secret keys.