crypto_secretbox_easy

Undocumented in source. Be warned that the author may not have intended to support it.
  1. alias crypto_secretbox_easy = deimos.sodium.crypto_secretbox.crypto_secretbox_easy
  2. 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