sodium ~master (2019-06-07T17:14:01Z)
Home
Dub
Repo
crypto_box_beforenm
wrapper
sodium
crypto_box
Undocumented in source. Be warned that the author may not have intended to support it.
alias
crypto_box_beforenm
=
deimos
.
sodium
.
crypto_box
.
crypto_box_beforenm
bool
crypto_box_beforenm
(ubyte[crypto_box_BEFORENMBYTES] k, ubyte[crypto_box_PUBLICKEYBYTES] pk, ubyte[crypto_box_SECRETKEYBYTES] sk)
pragma(
inline
, true) pure nothrow @
nogc
@
trusted
bool
crypto_box_beforenm
(
out
ubyte
[
crypto_box_BEFORENMBYTES
]
k
,
const
ubyte
[
crypto_box_PUBLICKEYBYTES
]
pk
,
const
ubyte
[
crypto_box_SECRETKEYBYTES
]
sk
)
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