dcrypt ~master (2018-06-04T17:07:07Z)
Dub
Repo
Benchmark
dcrypt
benchmark
Benchmark
class
Benchmark {
static
void
doBenchmark
(
ulong
length
,
IBlockCipher
[]
ciphers
...)
;
string
[]
benchmark
(
ulong
length
)
;
}
Members
Functions
benchmark
string
[]
benchmark
(
ulong
length
)
do the calculations, (compute hashes, encrypt data, ...)
Static functions
doBenchmark
void
doBenchmark
(
ulong
length
,
IBlockCipher
[]
ciphers
...)
Meta
Source
See Implementation
dcrypt
benchmark
Benchmark
modules
Benchmark