encrypt_ex

Undocumented in source. Be warned that the author may not have intended to support it.
  1. ubyte[] encrypt_ex(ubyte[] key, ubyte[] data, ubyte[] additional, uint chunkSize, SymmetricAlgorithm symmetric, KdfAlgorithm kdf, uint n, ushort r, ushort p, HashAlgorithm hash)
  2. ubyte[] encrypt_ex(SymmetricAlgorithm algorithm, ubyte[] key, ubyte[] iv, ubyte[] data, ubyte[] additional, ubyte[] auth)
    @trusted
    ubyte[]
    encrypt_ex
    (,
    const ubyte[] key
    ,
    const ubyte[] iv
    ,
    const ubyte[] data
    ,
    const ubyte[] additional
    ,
    out ubyte[] auth
    )

Meta