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)
    @safe
    ubyte[]
    encrypt_ex
    (
    const ubyte[] key
    ,
    const ubyte[] data
    ,
    const ubyte[] additional
    ,,,,
    uint n
    ,
    ushort r
    ,
    ushort p
    ,)
  2. ubyte[] encrypt_ex(SymmetricAlgorithm algorithm, ubyte[] key, ubyte[] iv, ubyte[] data, ubyte[] additional, ubyte[] auth)

Meta