crypto_secretbox_detached

Undocumented in source. Be warned that the author may not have intended to support it.
  1. alias crypto_secretbox_detached = deimos.sodium.crypto_secretbox.crypto_secretbox_detached
  2. bool crypto_secretbox_detached(ubyte[] c, ubyte[crypto_secretbox_MACBYTES] mac, ubyte[] m, ubyte[crypto_secretbox_NONCEBYTES] nonce, ubyte[crypto_secretbox_KEYBYTES] key)
    @nogc @trusted
    bool
    crypto_secretbox_detached
    (
    scope ubyte[] c
    ,
    out ubyte[crypto_secretbox_MACBYTES] mac
    ,
    scope const ubyte[] m
    ,
    const ubyte[crypto_secretbox_NONCEBYTES] nonce
    ,
    const ubyte[crypto_secretbox_KEYBYTES] key
    )

Meta