Fix bug dividing small things by large ones.
[u/mdw/catacomb] / tests / mp
1 # Test vectors for MP functions
2 #
3 # $Id: mp,v 1.15.2.1 2003/06/10 13:21:10 mdw Exp $
4
5 add {
6 5 4 9; 5 -4 1; -5 4 -1; -5 -4 -9;
7 0xffffffff 1 0x100000000;
8 }
9
10 sub {
11 5 4 1; 5 -4 9; -5 4 -9; -5 -4 -1;
12 4 5 -1; 4 -5 9; -4 5 -9; -4 -5 1;
13 }
14
15 mul {
16 5 4 20; -5 4 -20; 5 -4 -20; -5 -4 20;
17 0x10000 0x10000 0x100000000;
18 }
19
20 div {
21 # 9 4 2 1; -9 4 -3 3; 9 -4 -3 -3; -9 -4 2 -1;
22 -3 6277101735386680763835789423207666416083908700390324961279
23 -1 6277101735386680763835789423207666416083908700390324961276;
24 }
25
26 bin2c {
27 and 5 3 1;
28 or 5 3 7;
29 xor 5 3 6;
30 1111 0 0 -1;
31 or 45 -7 -3;
32 xor 0x343cd5 -0x6a49c -0x32984f;
33 }
34
35 lsr2c {
36 -1 5 -1;
37 1 5 0;
38 -6 2 -2;
39 5 0 5;
40 -4 0 -4;
41 7 2 1;
42 -7 2 -2;
43 -7 20 -1;
44 }
45
46 lsl2c {
47 -1 5 -32;
48 5 0 5;
49 -4 0 -4;
50 7 2 28;
51 -7 2 -28;
52 0xc0000000 1 0x180000000;
53 -0xc0000000 1 -0x180000000;
54 -1 32 -0x100000000;
55 }
56
57 setbit {
58 0 40 0x10000000000;
59 0x87348 40 0x10000087348;
60 5 1 7;
61 7 1 7;
62 -3 1 -1;
63 }
64
65 clrbit {
66 0x10000000000 40 0;
67 0x87348 40 0x87348;
68 5 1 5;
69 7 1 5;
70 -1 1 -3;
71 }
72
73 neg {
74 0 0;
75 15 -15;
76 -15 15;
77 }
78
79 odd {
80 1 0 1;
81 2 1 1;
82 4 2 1;
83 12 2 3;
84 0x10000000000000 52 1;
85 0x10000000400000 22 0x40000001;
86 }
87
88 sqrt {
89 0 0;
90 1 1;
91 4 2;
92 9 3;
93 16 4;
94 99 9;
95 100 10;
96 101 10;
97 120 10;
98 121 11;
99
100 10106623487257186586 3179091613;
101 14565040310136678240 3816417208;
102 }
103
104 gcd {
105 # --- Simple tests ---
106
107 16 12 4 -11 15;
108 12 16 4 -1 1;
109 693 609 21 -7 8;
110 4398082908043 90980984098081324 1 -32483863573352089 1570292150447;
111
112 # --- Negative argument tests ---
113
114 16 -12 4 -11 -15;
115 -16 12 4 11 15;
116 -12 -16 4 1 -1;
117 -12 16 4 1 1;
118 -693 609 21 7 8;
119 693 -609 21 -7 -8;
120
121 # --- Zero argument tests ---
122
123 15 0 15 1 0;
124 0 15 15 0 1;
125 -5 0 5 -1 0;
126 0 -5 5 0 -1;
127 0 0 0 0 0;
128
129 # --- Random number tests ---
130
131 829561629303257626084392170900075 32498098450983560651904114638965
132 5 -29340810037249902802634060204608 748967211613630574419802053172497;
133
134 5509672937670943767152343650729669537671508
135 398326674296699796695672966992514673531
136 17
137 -4158709420138833210339208344965073815
138 57523460582278135926717203882531035926727;
139
140 324098408098290809832490802984098208098324
141 23430980840982340982098409823089098443
142 1
143 -4158709420138833210339208344965073815
144 57523460582278135926717203882531035926727;
145
146 # --- RSA test ---
147 #
148 # The first number is (p - 1)(q - 1) from `mpmont'. The second is a
149 # random number (it's actually prime, but that doesn't matter) which I
150 # can use as an RSA encryption exponent. The last is the partner
151 # decryption exponent, produced using the extended GCD algorithm.
152
153 665251164384574309450646977867043764321191240895546832784045453360
154 5945908509680983480596809586040589085680968709809890671
155 1
156 -4601007896041464028712478963832994007038251361995647370
157 514778499400157641662814932021958856708417966520837469125919104431;
158
159 # --- Misery ---
160 #
161 # Some bugs discovered during RSA testing.
162
163 100000423751500546004561515884626739136961367515520675987004088469753859696407139054406989735113827981148062449057870561788973142250811838720214530386151198455545176591384352343648452329042764530196327665219224050630680827543991306749402959935685172017409062967157813233001567797128414009962262840951763040181
164 44895767034162990997987303986882660674722497505237491649296190658571471979065889234144353811843706629535512848235473808330181517421970135930320187227697512315919757806204341545022714991717913006031724818461724742069401359454784533576615919680949125073761586043027941204059690093447093117249681641020785611986
165 1
166 -44146175664861261172356293340716833133750232401287328189797639296698679436925232375473973898100363205157703913050824405116878299310008848005045714833814493992539429428295945643439440068026313232881493081836812480325977761600303456915493177366981470223898994906470419007730670657168179659899713837827764669213
167 98330790743257232930640417364963717704786040860302439189781385170246412183980882564239377268174203679366339563908361674571088519452885615348465535190260914996055274486493192655677181637142116473172979503236297658204730543049175626205461452256333155750566288282331419748434569978343545573401114593095927172889;
168
169 44895767034162990997987303986882660674722497505237491649296190658571471979065889234144353811843706629535512848235473808330181517421970135930320187227697512315919757806204341545022714991717913006031724818461724742069401359454784533576615919680949125073761586043027941204059690093447093117249681641020785611986
170 100000423751500546004561515884626739136961367515520675987004088469753859696407139054406989735113827981148062449057870561788973142250811838720214530386151198455545176591384352343648452329042764530196327665219224050630680827543991306749402959935685172017409062967157813233001567797128414009962262840951763040181
171 1
172 -1669633008243313073921098519663021432175326655218236797222703299507447512426256490167612466939624301781722885149508887217884622797926223371748995195890283459489902104891159687971270691900648057023348161982926392425950284494815680543941507679352016266842774684826393484566997818784868436561148247855835867292
173 749591369301729825631010646165827540972265103950163459498551361872792542140656858670379913743343424377808935184649403213303218111961287925274472393883018323380328377908395901583274923691599773150231736624912261743423597854481076661122742313967654849862591136557522196329019436278913457349967803193020942773;
174
175 # --- Some other bugs ---
176
177 19504439280113284806725522136967618725661733412699408177537810327183285842670
178 1
179 1
180 0
181 1;
182 }
183
184 jacobi {
185 4 5 1;
186 6 7 -1;
187 15 27 0;
188 2132498039840981 98729378979237498798347932749951 1;
189 }
190
191 modsqrt {
192 1 3 1;
193 4 5 3;
194 9775592058107450692 13391974640168007623 3264570455655810730;
195 8155671698868891620 10189552848261357803 2073812183305821596;
196 3248339460720824413 8976233780911635437 1220523478429582717;
197 3447751741648956439 10155704720805654949 2812971608818169892;
198 1453601744816463433 3095659104519735473 1260511572497628526;
199 3366261317119810224 3756232416311497601 610261287187759737;
200 3869491397135339653 5762828162167967567 2974328005712882420;
201 660864223630638896 1729533840094059799 1058197842375219723;
202 }
203
204 factorial {
205 0 1;
206 1 1;
207 2 2;
208 3 6;
209 4 24;
210 5 120;
211 30 265252859812191058636308480000000;
212 100 93326215443944152681699238856266700490715968264381621468592963895217599993229915608941463976156518286253697920827223758251185210916864000000000000000000000000;
213 500
214 1220136825991110068701238785423046926253574342803192842192413588385845373153881997605496447502203281863013616477148203584163378722078177200480785205159329285477907571939330603772960859086270429174547882424912726344305670173270769461062802310452644218878789465754777149863494367781037644274033827365397471386477878495438489595537537990423241061271326984327745715546309977202781014561081188373709531016356324432987029563896628911658974769572087926928871281780070265174507768410719624390394322536422605234945850129918571501248706961568141625359056693423813008856249246891564126775654481886506593847951775360894005745238940335798476363944905313062323749066445048824665075946735862074637925184200459369692981022263971952597190945217823331756934581508552332820762820023402626907898342451712006207714640979456116127629145951237229913340169552363850942885592018727433795173014586357570828355780158735432768888680120399882384702151467605445407663535984174430480128938313896881639487469658817504506926365338175055478128640000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000;
215 }