Header file for adp-xor-count-odiff.cc: Count the number of possible output ADD differences after XOR. .
More...
Go to the source code of this file.
|
#define | ADP_XOR_COUNT_MSIZE 256 |
|
#define | ADP_XOR_COUNT_NMATRIX_3D 8 |
|
#define | ADP_XOR_COUNT_NMATRIX_2D 4 |
|
#define | ADP_XOR_COUNT_ISTATE 16 |
|
|
void | adp_xor_count_odiff_alloc_matrices_3d (gsl_matrix *P[2][2][2]) |
|
void | adp_xor_count_odiff_free_matrices_3d (gsl_matrix *P[2][2][2]) |
|
void | adp_xor_count_odiff_alloc_matrices_2d (gsl_matrix *P[2][2]) |
|
void | adp_xor_count_odiff_free_matrices_2d (gsl_matrix *P[2][2]) |
|
void | adp_xor_count_odiff_matrices_3d_to_2d (gsl_matrix *P[2][2][2], gsl_matrix *PP[2][2]) |
|
void | adp_xor_count_odiff_sf (gsl_matrix *P[2][2][2], gsl_matrix *A[2][2][2]) |
|
double | adp_xor_count_odiff_3d (gsl_matrix *A[2][2][2], uint32_t da, uint32_t db) |
|
double | adp_xor_count_odiff_2d (gsl_matrix *A[2][2], uint32_t da, uint32_t db) |
|
double | adp_xor_count_odiff_exper (const uint32_t da, const uint32_t db) |
|
Header file for adp-xor-count-odiff.cc: Count the number of possible output ADD differences after XOR. .
- Author
- V.Velichkov, vesse.nosp@m.lin..nosp@m.velic.nosp@m.hkov.nosp@m.@uni..nosp@m.lu
- Date
- 2012-2013