| 618 | } |
| 619 | |
| 620 | bool 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 | |
| 629 | bool ValidateXTR_DH() |
| 630 | { |