Benchmark

Undocumented in source.

Members

Functions

benchmark
string[] benchmark(ulong length)

do the calculations, (compute hashes, encrypt data, ...)

Static functions

doBenchmark
void doBenchmark(ulong length, BlockCipher[] ciphers)
doBenchmark
void doBenchmark(ulong length, AEADCipher[] ciphers)
Undocumented in source. Be warned that the author may not have intended to support it.
doBenchmark
void doBenchmark(ulong length, Digest[] digests)
Undocumented in source. Be warned that the author may not have intended to support it.
doCurved25519Benchmark
void doCurved25519Benchmark(ulong length)
Undocumented in source. Be warned that the author may not have intended to support it.
doEd25519Benchmark
void doEd25519Benchmark(ulong length)
Undocumented in source. Be warned that the author may not have intended to support it.
printTabbed
void printTabbed(string[] strs)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta