encrypt_ex
- ubyte[] encrypt_ex(ubyte[] key, ubyte[] data, ubyte[] additional, uint chunkSize, SymmetricAlgorithm symmetric, KdfAlgorithm kdf, uint n, ushort r, ushort p, HashAlgorithm hash)
- ubyte[] encrypt_ex(SymmetricAlgorithm algorithm, ubyte[] key, ubyte[] iv, ubyte[] data, ubyte[] additional, ubyte[] auth)
@trusted
ubyte[]
encrypt_ex
secured symmetric
enumsfunctionsmanifest constantsstructsvariables