dcrypt v0.0.5 (2015-08-01T16:43:44Z)
Dub
Repo
Curve25519Benchmark
dcrypt
benchmark
curve25519
Undocumented in source.
class
Curve25519Benchmark :
Benchmark
{
this
();
static
string
[]
header
[@property getter];
string
[]
benchmark
(ulong length);
}
Constructors
this
this
()
Undocumented in source.
Members
Functions
benchmark
string
[]
benchmark
(ulong length)
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
header
string
[]
header
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Inherited Members
From Benchmark
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.
doCurve25519Benchmark
void
doCurve25519Benchmark
(ulong length)
Undocumented in source. Be warned that the author may not have intended to support it.
benchmark
string
[]
benchmark
(ulong length)
do the calculations, (compute hashes, encrypt data, ...)
printTabbed
void
printTabbed
(string[] strs)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
dcrypt
benchmark
curve25519
classes
Curve25519Benchmark