Benchmark.doBenchmark

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

Parameters

length ulong

the length of benchmark in bytes

ciphers BlockCipher[]

BlockCiphers to test

Meta