-
Notifications
You must be signed in to change notification settings - Fork 1
/
BBSMake
140 lines (140 loc) · 3.87 KB
/
BBSMake
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
lib/Init_ext.v
lib/ssrnat_ext.v
lib/Max_ext.v
lib/ssrZ.v
lib/ZArith_ext.v
lib/String_ext.v
lib/seq_ext.v
lib/tuple_ext.v
lib/path_ext.v
lib/listbit.v
lib/listbit_correct.v
lib/order.v
lib/machine_int.v
lib/ordset.v
lib/ordset_pairs.v
lib/finmap.v
lib/multi_int.v
lib/uniq_tac.v
lib/while.v
lib/goto.v
lib/sgoto.v
lib/sgoto_hoare.v
lib/compile.v
lib/littleop.v
lib/while_bipl.v
lib/while_proc_bipl.v
cryptoasm/mips_bipl.v
cryptoasm/mips_cmd.v
cryptoasm/mips_seplog.v
cryptoasm/mips_frame.v
cryptoasm/mips_syntax.v
cryptoasm/sgoto_hoare_example.v
cryptoasm/compile_example.v
cryptoasm/mips_tactics.v
cryptoasm/mips_contrib.v
cryptoasm/mapstos.v
cryptoasm/encode_decode.v
cryptoasm/mips_pp.v
cryptoasm/mips_mint.v
cryptoasm/multi_zero_u_prg.v
cryptoasm/multi_one_u_prg.v
cryptoasm/multi_add_u_u_prg.v
cryptoasm/multi_incr_u_prg.v
cryptoasm/multi_sub_u_u_prg.v
cryptoasm/multi_mul_u_u_prg.v
cryptoasm/multi_halve_u_prg.v
cryptoasm/multi_double_u_prg.v
cryptoasm/multi_is_even_u_prg.v
cryptoasm/multi_is_zero_u_prg.v
cryptoasm/copy_u_u_prg.v
cryptoasm/multi_lt_prg.v
cryptoasm/mont_mul_prg.v
cryptoasm/mont_mul_strict_prg.v
cryptoasm/mont_exp_prg.v
cryptoasm/bbs_prg.v
cryptoasm/multi_zero_u_triple.v
cryptoasm/multi_one_u_triple.v
cryptoasm/multi_add_u_u_u_triple.v
cryptoasm/multi_add_u_u_triple.v
cryptoasm/multi_incr_u_triple.v
cryptoasm/multi_sub_u_u_u_triple.v
cryptoasm/multi_sub_u_u_L_triple.v
cryptoasm/multi_sub_u_u_R_triple.v
cryptoasm/multi_mul_u_u_triple.v
cryptoasm/multi_halve_u_triple.v
cryptoasm/multi_double_u_triple.v
cryptoasm/multi_is_even_u_triple.v
cryptoasm/multi_is_zero_u_triple.v
cryptoasm/multi_lt_triple.v
cryptoasm/mont_mul_triple.v
cryptoasm/mont_mul_strict_triple.v
cryptoasm/mont_mul_strict_init_triple.v
cryptoasm/mont_square_triple.v
cryptoasm/mont_square_strict_triple.v
cryptoasm/mont_square_strict_init_triple.v
cryptoasm/mont_exp_triple.v
cryptoasm/bbs_triple.v
cryptoasm/bbs_encode_decode.v
cryptoasm/abs_termination.v
cryptoasm/multi_zero_u_termination.v
cryptoasm/multi_zero_s_termination.v
cryptoasm/multi_add_u_u_termination.v
cryptoasm/multi_incr_u_termination.v
cryptoasm/multi_sub_u_u_termination.v
cryptoasm/multi_add_s_u_termination.v
cryptoasm/multi_sub_s_u_termination.v
cryptoasm/multi_add_s_s_u_termination.v
cryptoasm/multi_sub_s_s_u_termination.v
cryptoasm/multi_sub_s_s_s_termination.v
cryptoasm/multi_is_zero_u_termination.v
cryptoasm/multi_halve_u_termination.v
cryptoasm/multi_halve_s_termination.v
cryptoasm/multi_double_u_termination.v
cryptoasm/multi_is_even_u_termination.v
cryptoasm/multi_lt_termination.v
cryptoasm/mont_mul_termination.v
cryptoasm/mont_mul_strict_termination.v
cryptoasm/mont_square_termination.v
cryptoasm/mont_square_strict_termination.v
cryptoasm/bbs_termination.v
cryptoasm/multi_one_s_termination.v
cryptoasm/multi_negate_termination.v
cryptoasm/copy_u_u_termination.v
cryptoasm/copy_s_u_termination.v
cryptoasm/copy_s_s_termination.v
cryptoasm/pick_sign_termination.v
cryptoasm/abs_prg.v
cryptoasm/multi_zero_s_prg.v
cryptoasm/multi_one_s_prg.v
cryptoasm/multi_negate_prg.v
cryptoasm/pick_sign_prg.v
cryptoasm/multi_add_s_u_prg.v
cryptoasm/multi_add_s_s_u_prg.v
cryptoasm/multi_sub_s_s_u_prg.v
cryptoasm/multi_sub_s_s_s_prg.v
cryptoasm/multi_sub_s_s_s_triple.v
cryptoasm/multi_sub_s_u_prg.v
cryptoasm/multi_sub_s_s_prg.v
cryptoasm/copy_s_u_prg.v
cryptoasm/copy_s_s_prg.v
cryptoasm/multi_halve_s_prg.v
cryptoasm/multi_is_even_s_prg.v
cryptoasm/abs_triple.v
cryptoasm/pick_sign_triple.v
cryptoasm/multi_zero_s_triple.v
cryptoasm/multi_one_s_triple.v
cryptoasm/multi_negate_triple.v
cryptoasm/multi_add_s_u_triple.v
cryptoasm/multi_add_s_s_u_triple.v
cryptoasm/multi_sub_s_s_u_triple.v
cryptoasm/multi_sub_s_u_triple.v
cryptoasm/multi_sub_s_s_triple.v
cryptoasm/copy_u_u_triple.v
cryptoasm/copy_s_u_triple.v
cryptoasm/copy_s_s_triple.v
cryptoasm/multi_halve_s_triple.v
cryptoasm/multi_halve_s_noneucl_triple.v
cryptoasm/multi_is_even_s_triple.v
-R ./lib Lib
-R ./cryptoasm Cryptoasm