crypto_box_beforenm

Undocumented in source. Be warned that the author may not have intended to support it.
  1. alias crypto_box_beforenm = deimos.sodium.crypto_box.crypto_box_beforenm
  2. bool crypto_box_beforenm(ubyte[crypto_box_BEFORENMBYTES] k, ubyte[crypto_box_PUBLICKEYBYTES] pk, ubyte[crypto_box_SECRETKEYBYTES] sk)
    pragma(inline, true) pure nothrow @nogc @trusted
    bool
    crypto_box_beforenm
    (
    out ubyte[crypto_box_BEFORENMBYTES] k
    ,
    const ubyte[crypto_box_PUBLICKEYBYTES] pk
    ,
    const ubyte[crypto_box_SECRETKEYBYTES] sk
    )

Meta