crypto_box_detached
- alias crypto_box_detached = deimos.sodium.crypto_box.crypto_box_detached
- bool crypto_box_detached(ubyte[] c, ubyte[crypto_box_MACBYTES] mac, ubyte[] m, ubyte[crypto_box_NONCEBYTES] n, ubyte[crypto_box_PUBLICKEYBYTES] pkey, ubyte[crypto_box_SECRETKEYBYTES] skey)
@nogc @trusted
bool
crypto_box_detached
(,out ubyte[crypto_box_MACBYTES] mac ,,const ubyte[crypto_box_NONCEBYTES] n ,const ubyte[crypto_box_PUBLICKEYBYTES] pkey ,const ubyte[crypto_box_SECRETKEYBYTES] skey )