sodium ~master (2019-06-07T17:14:01Z)
Home
Dub
Repo
crypto_secretbox_easy
wrapper
sodium
crypto_secretbox
Undocumented in source. Be warned that the author may not have intended to support it.
alias
crypto_secretbox_easy
=
deimos
.
sodium
.
crypto_secretbox
.
crypto_secretbox_easy
bool
crypto_secretbox_easy
(ubyte[] c, ubyte[] m, ubyte[crypto_secretbox_NONCEBYTES] nonce, ubyte[crypto_secretbox_KEYBYTES] key)
@
nogc
@
trusted
bool
crypto_secretbox_easy
(
scope
ubyte
[]
c
,
scope
const
ubyte
[]
m
,
const
ubyte
[
crypto_secretbox_NONCEBYTES
]
nonce
,
const
ubyte
[
crypto_secretbox_KEYBYTES
]
key
)
Meta
Source
See Implementation
wrapper
sodium
crypto_secretbox
aliases
crypto_secretbox_detached
crypto_secretbox_easy
crypto_secretbox_open_detached
crypto_secretbox_open_easy
functions
crypto_secretbox_primitive