#include <cstdlib>#include <fstream>#include <iostream>#include <sstream>#include "Keccak.h"#include "Keccak-f25LUT.h"#include "Keccak-fCodeGen.h"#include "Keccak-fDCEquations.h"#include "Keccak-fDCLC.h"#include "Keccak-fEquations.h"#include "Keccak-fPropagation.h"#include "Keccak-fTrails.h"

Functions | |
| void | testKeccakF () |
| void | testKeccak (const char *message, unsigned int length) |
| void | testKeccak () |
| void | generateEquations () |
| void | generateCode () |
| void | testKeccakF25LUT () |
| void | genKATShortMsg_main () |
| void | testKeccakFDCLC () |
| void | displayTrails () |
| void | extendTrailAtTheEnd () |
| void | extendTrailAtTheBeginning () |
| void | generateDCTrailEquations () |
| int | main (int argc, char *argv[]) |
| void displayTrails | ( | ) |
| void extendTrailAtTheBeginning | ( | ) |
| void extendTrailAtTheEnd | ( | ) |
| void generateCode | ( | ) |
| void generateDCTrailEquations | ( | ) |
| void generateEquations | ( | ) |
| void genKATShortMsg_main | ( | ) |
| int main | ( | int | argc, | |
| char * | argv[] | |||
| ) |
| void testKeccak | ( | ) |
| void testKeccak | ( | const char * | message, | |
| unsigned int | length | |||
| ) |
| void testKeccakF | ( | ) |
| void testKeccakF25LUT | ( | ) |
| void testKeccakFDCLC | ( | ) |
1.5.6