CryptoBox.decrypt

Encrypt a message using a shared secret key

struct CryptoBox
static
SecureVector!ubyte
decrypt
(
const(ubyte)* input
,
size_t input_len
,)

Parameters

input const(ubyte)*

the input data

input_len size_t

the length of input in bytes

master_key SymmetricKey

the key used to encrypt the message

Meta