Struct snow::Keypair [−][src]
A keypair object returned by Builder::generate_keypair()
Fields
private: Vec<u8>
The private asymmetric key
public: Vec<u8>
The public asymmetric key
A keypair object returned by Builder::generate_keypair()
private: Vec<u8>
The private asymmetric key
public: Vec<u8>
The public asymmetric key
impl RefUnwindSafe for Keypair
impl Send for Keypair
impl Sync for Keypair
impl Unpin for Keypair
impl UnwindSafe for Keypair