MCPcopy Create free account
hub / github.com/LUX-Core/lux / BenchMarkKeyAgreement

Function BenchMarkKeyAgreement

src/cryptopp/bench2.cpp:261–267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

259
260template <class D>
261void BenchMarkKeyAgreement(const char *filename, const char *name, double timeTotal)
262{
263 FileSource f(filename, true, new HexDecoder());
264 D d(f);
265 BenchMarkKeyGen(name, d, timeTotal);
266 BenchMarkAgreement(name, d, timeTotal);
267}
268
269extern double g_hertz;
270

Callers

nothing calls this directly

Calls 2

BenchMarkKeyGenFunction · 0.85
BenchMarkAgreementFunction · 0.85

Tested by

no test coverage detected