KeccakTools

Keccak-fDCLC.cpp File Reference

#include <algorithm>
#include <fstream>
#include <iostream>
#include <math.h>
#include <sstream>
#include "Keccak-fDCLC.h"
#include "Keccak-fPropagation.h"
Include dependency graph for Keccak-fDCLC.cpp:

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)

Function Documentation

int computeDifferentialWeight ( int  count)
int computeLinearWeight ( int  correl)
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 
)