|
KeccakTools
|
#include <algorithm>#include <fstream>#include <iostream>#include <math.h>#include <sstream>#include "Keccak-fDCLC.h"#include "Keccak-fPropagation.h"
Functions | |
| template<class T > | |
| unsigned int | dotProduct (const T &a, const T &b) |
| template<class T > | |
| unsigned int | dotProduct (const vector< T > &a, const vector< T > &b) |
| int | computeDifferentialWeight (int count) |
| int | computeLinearWeight (int correl) |
| int computeDifferentialWeight | ( | int | count | ) |
| int computeLinearWeight | ( | int | correl | ) |
| unsigned int dotProduct | ( | const T & | a, |
| const T & | b | ||
| ) |
| unsigned int dotProduct | ( | const vector< T > & | a, |
| const vector< T > & | b | ||
| ) |