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