pub type PrivateKey = OctetString;
Expand description

Private key data.

This is actually an EcPrivateKey stored as an OctetString.

Aliased Type§

struct PrivateKey(/* private fields */);