module

Cox

Constants

VERSION = "0.1.0"

Class methods

decrypt(data, nonce : Nonce, sender_public_key : PublicKey, recipient_secret_key : SecretKey)
Source
encrypt(data, nonce : Nonce, recipient_public_key : PublicKey, sender_secret_key : SecretKey)
Source
encrypt(data, recipient_public_key : PublicKey, sender_secret_key : SecretKey)
Source
sign_detached(message, secret_key : SignSecretKey)
Source
verify_detached(signature, message, public_key : SignPublicKey)
Source

Nested types