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 */ }pub type PrivKey = Vec<u8, SecureAllocator>;| PrivKey is a serialized private key, | with all parameters included (SIZE | bytes) |
struct PrivKey { /* private fields */ }