sodium ~master (2019-06-07T17:14:01Z)
Home
Dub
Repo
crypto_box_open_detached
wrapper
sodium
crypto_box
alias
crypto_box_open_detached
=
deimos
.
sodium
.
crypto_box
.
crypto_box_open_detached
bool
crypto_box_open_detached
(ubyte[] m, ubyte[] c, ubyte[crypto_box_MACBYTES] mac, ubyte[crypto_box_NONCEBYTES] n, ubyte[crypto_box_PUBLICKEYBYTES] pkey, ubyte[crypto_box_SECRETKEYBYTES] skey)
pragma(
inline
, true) @
nogc
@
trusted
bool
crypto_box_open_detached
(
scope
ubyte
[]
m
,
scope
const
ubyte
[]
c
,
const
ubyte
[
crypto_box_MACBYTES
]
mac
,
const
ubyte
[
crypto_box_NONCEBYTES
]
n
,
const
ubyte
[
crypto_box_PUBLICKEYBYTES
]
pkey
,
const
ubyte
[
crypto_box_SECRETKEYBYTES
]
skey
)
Meta
Source
See Implementation
wrapper
sodium
crypto_box
aliases
crypto_box_beforenm
crypto_box_detached
crypto_box_detached_afternm
crypto_box_easy
crypto_box_easy_afternm
crypto_box_keypair
crypto_box_open_detached
crypto_box_open_detached_afternm
crypto_box_open_easy
crypto_box_open_easy_afternm
crypto_box_seal
crypto_box_seal_open
crypto_box_seed_keypair
functions
crypto_box_primitive