| 1600 | } |
| 1601 | |
| 1602 | bool ValidateIDEA() |
| 1603 | { |
| 1604 | cout << "\nIDEA validation suite running...\n\n"; |
| 1605 | |
| 1606 | FileSource valdata(CRYPTOPP_DATA_DIR "TestData/ideaval.dat", true, new HexDecoder); |
| 1607 | return BlockTransformationTest(FixedRoundsCipherFactory<IDEAEncryption, IDEADecryption>(), valdata); |
| 1608 | } |
| 1609 | |
| 1610 | bool ValidateSAFER() |
| 1611 | { |