crypto_box_detached

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

Meta