Benchmark.doBenchmark

  1. void doBenchmark(ulong length, IBlockCipher[] ciphers)
    class Benchmark
    static
    void
    doBenchmark
  2. void doBenchmark(ulong length, IAEADEngine[] ciphers)
  3. void doBenchmark(ulong length, Digest[] digests)

Parameters

length ulong

the length of benchmark in bytes

ciphers IBlockCipher[]

BlockCiphers to test

Meta