crypto_secretbox_open_detached

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

Meta