crypto_box_open_easy

  1. alias crypto_box_open_easy = deimos.sodium.crypto_box.crypto_box_open_easy
  2. bool crypto_box_open_easy(ubyte[] m, ubyte[] c, ubyte[crypto_box_NONCEBYTES] n, ubyte[crypto_box_PUBLICKEYBYTES] pkey, ubyte[crypto_box_SECRETKEYBYTES] skey)
    @nogc @trusted
    bool
    crypto_box_open_easy
    (
    scope ubyte[] m
    ,
    scope const ubyte[] c
    ,
    const ubyte[crypto_box_NONCEBYTES] n
    ,
    const ubyte[crypto_box_PUBLICKEYBYTES] pkey
    ,
    const ubyte[crypto_box_SECRETKEYBYTES] skey
    )

Meta