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

Function ValidateIDEA

src/cryptopp/validat1.cpp:1602–1608  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1600}
1601
1602bool 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
1610bool ValidateSAFER()
1611{

Callers 2

ValidateFunction · 0.85
ValidateAllFunction · 0.85

Calls 1

BlockTransformationTestFunction · 0.85

Tested by 1

ValidateFunction · 0.68