crypto_aead_aes256gcm_beforenm

Undocumented in source. Be warned that the author may not have intended to support it.
  1. alias crypto_aead_aes256gcm_beforenm = deimos.sodium.crypto_aead_aes256gcm.crypto_aead_aes256gcm_beforenm
  2. bool crypto_aead_aes256gcm_beforenm(crypto_aead_aes256gcm_state ctx, ubyte[crypto_aead_aes256gcm_KEYBYTES] k)
    pragma(inline, true) @nogc pure @trusted
    bool
    crypto_aead_aes256gcm_beforenm
    (
    ref crypto_aead_aes256gcm_state ctx
    ,
    const ubyte[crypto_aead_aes256gcm_KEYBYTES] k
    )

Meta