Type Alias PrivKey

Source
pub type PrivKey = Vec<u8, SecureAllocator>;
Expand description

| PrivKey is a serialized private key, | with all parameters included (SIZE | bytes) |

Aliased Typeยง

struct PrivKey { /* private fields */ }