pub type PrivateKey = OctetString;
Expand description
Private key data.
This is actually an EcPrivateKey stored as an OctetString.
Aliased Typeยง
struct PrivateKey(/* private fields */);
pub type PrivateKey = OctetString;
Private key data.
This is actually an EcPrivateKey stored as an OctetString.
struct PrivateKey(/* private fields */);