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

Function ValidateDH

src/cryptopp/validat2.cpp:368–375  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

366}
367
368bool ValidateDH()
369{
370 cout << "\nDH validation suite running...\n\n";
371
372 FileSource f(CRYPTOPP_DATA_DIR "TestData/dh1024.dat", true, new HexDecoder());
373 DH dh(f);
374 return SimpleKeyAgreementValidate(dh);
375}
376
377bool ValidateMQV()
378{

Callers 2

ValidateFunction · 0.85
ValidateAllFunction · 0.85

Calls 1

Tested by 1

ValidateFunction · 0.68