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

Function ValidateLUC_DH

src/cryptopp/validat2.cpp:620–627  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

618}
619
620bool ValidateLUC_DH()
621{
622 cout << "\nLUC-DH validation suite running...\n\n";
623
624 FileSource f(CRYPTOPP_DATA_DIR "TestData/lucd512.dat", true, new HexDecoder());
625 LUC_DH dh(f);
626 return SimpleKeyAgreementValidate(dh);
627}
628
629bool ValidateXTR_DH()
630{

Callers 2

ValidateFunction · 0.85
ValidateAllFunction · 0.85

Calls 1

Tested by 1

ValidateFunction · 0.68