YAARX: Yet Another ARX Toolkit
0.1
|
Tests for xdp-add.cc. More...
Functions | |
void | test_xdp_add_matrices () |
void | test_xdp_add () |
void | test_xdp_add_all () |
void | test_xdp_add_print_matrices_sage () |
void | test_aop () |
void | test_cap () |
void | test_xdp_add_vs_lm_all () |
void | test_xdp_add_partition () |
void | test_xdp_add_lm () |
int | main () |
int main | ( | ) |
Main function of XDP-ADD tests.
void test_aop | ( | ) |
Tests for the AOP function.
void test_cap | ( | ) |
Tests for the CAP function.
void test_xdp_add | ( | ) |
Test XDP-ADD for random input and output XOR differences.
void test_xdp_add_all | ( | ) |
Compare XDP-ADD to the experimental value.
void test_xdp_add_matrices | ( | ) |
Test allocation and free of XDP-ADD matrices.
void test_xdp_add_partition | ( | ) |
Tests related to partitioning the input (cf. Massey paper)
void test_xdp_add_vs_lm_all | ( | ) |
Compare xdp_add vs. xdp_add_lm (the version by Lipmaa-Moriai).