crypto_box_open_easy_afternm

Undocumented in source. Be warned that the author may not have intended to support it.
  1. alias crypto_box_open_easy_afternm = deimos.sodium.crypto_box.crypto_box_open_easy_afternm
  2. bool crypto_box_open_easy_afternm(ubyte[] m, ubyte[] c, ubyte[crypto_box_NONCEBYTES] n, ubyte[crypto_box_BEFORENMBYTES] k)
    pragma(inline, true) @nogc @trusted
    bool
    crypto_box_open_easy_afternm
    (
    scope ubyte[] m
    ,
    scope const ubyte[] c
    ,
    const ubyte[crypto_box_NONCEBYTES] n
    ,
    const ubyte[crypto_box_BEFORENMBYTES] k
    )

Meta