source: git/Tst/Long/knapsack.tst @ 8d3690

spielwiese
Last change on this file since 8d3690 was 8d3690, checked in by Hans Schoenemann <hannes@…>, 9 years ago
tests for crypto::knapsack stuff
  • Property mode set to 100644
File size: 1.3 KB
Line 
1LIB "tst.lib";
2tst_init();
3
4LIB"crypto.lib";
5example set_subset_set;
6example set_turn;
7example set_addtoall;
8example set_construct_increasing_set;
9example set_list_delete_duplicates;
10example set_section;
11example set_union;
12example set_insert;
13example set_equals;
14example set_delete_duplicates;
15example set_contains;
16example set_is_set;
17example set_bubblesort_int;
18example set_delete_certain_element;
19example set_multiply_list_content;
20
21example calculate_ordering;
22example is_primitive_root;
23example find_first_primitive_root;
24example binary_add;
25example inverse_modulus;
26example is_prime;
27example find_biggest_index;
28example find_index;
29
30example subset_sum01;
31example subset_sum02;
32example unbounded_knapsack;
33example multidimensional_knapsack;
34example naccache_stern_generation;
35example naccache_stern_encryption;
36example naccache_stern_decryption;
37example m_merkle_hellman_transformation;
38example m_merkle_hellman_encryption;
39example m_merkle_hellman_decryption;
40example merkle_hellman_transformation;
41example merkle_hellman_encryption;
42example merkle_hellman_decryption;
43example super_increasing_knapsack;
44example h_increasing_knapsack;
45example injective_knapsack;
46example calculate_max_sum;
47example is_injective;
48example is_h_injective;
49example is_fix_injective;
50example three_elements;
51
52tst_status(1);$
Note: See TracBrowser for help on using the repository browser.