Cox
Constants
VERSION = "0.1.0"
Class methods
decrypt(data, nonce : Nonce, sender_public_key : PublicKey, recipient_secret_key : SecretKey)
Sourceencrypt(data, nonce : Nonce, recipient_public_key : PublicKey, sender_secret_key : SecretKey)
Sourceencrypt(data, recipient_public_key : PublicKey, sender_secret_key : SecretKey)
Sourcesign_detached(message, secret_key : SignSecretKey)
Sourceverify_detached(signature, message, public_key : SignPublicKey)
Source