chloride ~master (2017-09-24T04:24:39Z)
Dub
Repo
KeyPair
chloride
lockbox
Struct containing a key pair for public key encryption
struct
KeyPair {
PublicKey
publicKey
;
PrivateKey
privateKey
;
}
Meta
Source
See Implementation
chloride
lockbox
aliases
makeLockBoxSeed
makeNonce
functions
decryptLockBox
encryptLockBox
lockBox
makeKeyPair
openLockBox
openSealedBox
sealBox
structs
KeyPair
LockBox
Struct containing a key pair for public key encryption