crypto_aead_aes256gcm_decrypt_detached_afternm

Undocumented in source. Be warned that the author may not have intended to support it.
  1. alias crypto_aead_aes256gcm_decrypt_detached_afternm = deimos.sodium.crypto_aead_aes256gcm.crypto_aead_aes256gcm_decrypt_detached_afternm
  2. bool crypto_aead_aes256gcm_decrypt_detached_afternm(ubyte[] m, ubyte[] c, ubyte[crypto_aead_aes256gcm_ABYTES] mac, ubyte[] ad, ubyte[crypto_aead_aes256gcm_NPUBBYTES] npub, crypto_aead_aes256gcm_state ctx)
    @nogc @trusted
    bool
    crypto_aead_aes256gcm_decrypt_detached_afternm
    (
    scope ubyte[] m
    ,
    scope const ubyte[] c
    ,
    const ubyte[crypto_aead_aes256gcm_ABYTES] mac
    ,
    scope const ubyte[] ad
    ,
    const ubyte[crypto_aead_aes256gcm_NPUBBYTES] npub
    ,
    const ref crypto_aead_aes256gcm_state ctx
    )

Meta