crypto_box_seal_open

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

Meta