crypto_box_easy

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

Meta