Skip to content

Commit 6f21294

Browse files
committed
replace SVN tags
1 parent b4bd978 commit 6f21294

File tree

141 files changed

+424
-420
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

141 files changed

+424
-420
lines changed

.gitattributes

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
/.gitattributes export-ignore
2+
/.gitignore export-ignore
3+
4+
/** export-subst

bn_error.c

+3-3
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ const char *mp_error_to_string(int code)
4242

4343
#endif
4444

45-
/* $Source$ */
46-
/* $Revision$ */
47-
/* $Date$ */
45+
/* ref: $Format:%D$ */
46+
/* git commit: $Format:%H$ */
47+
/* commit time: $Format:%ai$ */

bn_fast_mp_invmod.c

+3-3
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,6 @@ LBL_ERR:mp_clear_multi (&x, &y, &u, &v, &B, &D, NULL);
143143
}
144144
#endif
145145

146-
/* $Source$ */
147-
/* $Revision$ */
148-
/* $Date$ */
146+
/* ref: $Format:%D$ */
147+
/* git commit: $Format:%H$ */
148+
/* commit time: $Format:%ai$ */

bn_fast_mp_montgomery_reduce.c

+3-3
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,6 @@ int fast_mp_montgomery_reduce (mp_int * x, mp_int * n, mp_digit rho)
167167
}
168168
#endif
169169

170-
/* $Source$ */
171-
/* $Revision$ */
172-
/* $Date$ */
170+
/* ref: $Format:%D$ */
171+
/* git commit: $Format:%H$ */
172+
/* commit time: $Format:%ai$ */

bn_fast_s_mp_mul_digs.c

+3-3
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,6 @@ int fast_s_mp_mul_digs (mp_int * a, mp_int * b, mp_int * c, int digs)
102102
}
103103
#endif
104104

105-
/* $Source$ */
106-
/* $Revision$ */
107-
/* $Date$ */
105+
/* ref: $Format:%D$ */
106+
/* git commit: $Format:%H$ */
107+
/* commit time: $Format:%ai$ */

bn_fast_s_mp_mul_high_digs.c

+3-3
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,6 @@ int fast_s_mp_mul_high_digs (mp_int * a, mp_int * b, mp_int * c, int digs)
9393
}
9494
#endif
9595

96-
/* $Source$ */
97-
/* $Revision$ */
98-
/* $Date$ */
96+
/* ref: $Format:%D$ */
97+
/* git commit: $Format:%H$ */
98+
/* commit time: $Format:%ai$ */

bn_fast_s_mp_sqr.c

+3-3
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,6 @@ int fast_s_mp_sqr (mp_int * a, mp_int * b)
109109
}
110110
#endif
111111

112-
/* $Source$ */
113-
/* $Revision$ */
114-
/* $Date$ */
112+
/* ref: $Format:%D$ */
113+
/* git commit: $Format:%H$ */
114+
/* commit time: $Format:%ai$ */

bn_mp_2expt.c

+3-3
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ mp_2expt (mp_int * a, int b)
4343
}
4444
#endif
4545

46-
/* $Source$ */
47-
/* $Revision$ */
48-
/* $Date$ */
46+
/* ref: $Format:%D$ */
47+
/* git commit: $Format:%H$ */
48+
/* commit time: $Format:%ai$ */

bn_mp_abs.c

+3-3
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ mp_abs (mp_int * a, mp_int * b)
3838
}
3939
#endif
4040

41-
/* $Source$ */
42-
/* $Revision$ */
43-
/* $Date$ */
41+
/* ref: $Format:%D$ */
42+
/* git commit: $Format:%H$ */
43+
/* commit time: $Format:%ai$ */

bn_mp_add.c

+3-3
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@ int mp_add (mp_int * a, mp_int * b, mp_int * c)
4848

4949
#endif
5050

51-
/* $Source$ */
52-
/* $Revision$ */
53-
/* $Date$ */
51+
/* ref: $Format:%D$ */
52+
/* git commit: $Format:%H$ */
53+
/* commit time: $Format:%ai$ */

bn_mp_add_d.c

+3-3
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,6 @@ mp_add_d (mp_int * a, mp_digit b, mp_int * c)
107107

108108
#endif
109109

110-
/* $Source$ */
111-
/* $Revision$ */
112-
/* $Date$ */
110+
/* ref: $Format:%D$ */
111+
/* git commit: $Format:%H$ */
112+
/* commit time: $Format:%ai$ */

bn_mp_addmod.c

+3-3
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ mp_addmod (mp_int * a, mp_int * b, mp_int * c, mp_int * d)
3636
}
3737
#endif
3838

39-
/* $Source$ */
40-
/* $Revision$ */
41-
/* $Date$ */
39+
/* ref: $Format:%D$ */
40+
/* git commit: $Format:%H$ */
41+
/* commit time: $Format:%ai$ */

bn_mp_and.c

+3-3
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@ mp_and (mp_int * a, mp_int * b, mp_int * c)
5252
}
5353
#endif
5454

55-
/* $Source$ */
56-
/* $Revision$ */
57-
/* $Date$ */
55+
/* ref: $Format:%D$ */
56+
/* git commit: $Format:%H$ */
57+
/* commit time: $Format:%ai$ */

bn_mp_clamp.c

+3-3
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ mp_clamp (mp_int * a)
3939
}
4040
#endif
4141

42-
/* $Source$ */
43-
/* $Revision$ */
44-
/* $Date$ */
42+
/* ref: $Format:%D$ */
43+
/* git commit: $Format:%H$ */
44+
/* commit time: $Format:%ai$ */

bn_mp_clear.c

+3-3
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ mp_clear (mp_int * a)
3939
}
4040
#endif
4141

42-
/* $Source$ */
43-
/* $Revision$ */
44-
/* $Date$ */
42+
/* ref: $Format:%D$ */
43+
/* git commit: $Format:%H$ */
44+
/* commit time: $Format:%ai$ */

bn_mp_clear_multi.c

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ void mp_clear_multi(mp_int *mp, ...)
2929
}
3030
#endif
3131

32-
/* $Source$ */
33-
/* $Revision$ */
34-
/* $Date$ */
32+
/* ref: $Format:%D$ */
33+
/* git commit: $Format:%H$ */
34+
/* commit time: $Format:%ai$ */

bn_mp_cmp.c

+3-3
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ mp_cmp (mp_int * a, mp_int * b)
3838
}
3939
#endif
4040

41-
/* $Source$ */
42-
/* $Revision$ */
43-
/* $Date$ */
41+
/* ref: $Format:%D$ */
42+
/* git commit: $Format:%H$ */
43+
/* commit time: $Format:%ai$ */

bn_mp_cmp_d.c

+3-3
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ int mp_cmp_d(mp_int * a, mp_digit b)
3939
}
4040
#endif
4141

42-
/* $Source$ */
43-
/* $Revision$ */
44-
/* $Date$ */
42+
/* ref: $Format:%D$ */
43+
/* git commit: $Format:%H$ */
44+
/* commit time: $Format:%ai$ */

bn_mp_cmp_mag.c

+3-3
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@ int mp_cmp_mag (mp_int * a, mp_int * b)
5050
}
5151
#endif
5252

53-
/* $Source$ */
54-
/* $Revision$ */
55-
/* $Date$ */
53+
/* ref: $Format:%D$ */
54+
/* git commit: $Format:%H$ */
55+
/* commit time: $Format:%ai$ */

bn_mp_cnt_lsb.c

+3-3
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@ int mp_cnt_lsb(mp_int *a)
4848

4949
#endif
5050

51-
/* $Source$ */
52-
/* $Revision$ */
53-
/* $Date$ */
51+
/* ref: $Format:%D$ */
52+
/* git commit: $Format:%H$ */
53+
/* commit time: $Format:%ai$ */

bn_mp_copy.c

+3-3
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,6 @@ mp_copy (mp_int * a, mp_int * b)
6363
}
6464
#endif
6565

66-
/* $Source$ */
67-
/* $Revision$ */
68-
/* $Date$ */
66+
/* ref: $Format:%D$ */
67+
/* git commit: $Format:%H$ */
68+
/* commit time: $Format:%ai$ */

bn_mp_count_bits.c

+3-3
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ mp_count_bits (mp_int * a)
4040
}
4141
#endif
4242

43-
/* $Source$ */
44-
/* $Revision$ */
45-
/* $Date$ */
43+
/* ref: $Format:%D$ */
44+
/* git commit: $Format:%H$ */
45+
/* commit time: $Format:%ai$ */

bn_mp_div.c

+3-3
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,6 @@ LBL_Q:mp_clear (&q);
290290

291291
#endif
292292

293-
/* $Source$ */
294-
/* $Revision$ */
295-
/* $Date$ */
293+
/* ref: $Format:%D$ */
294+
/* git commit: $Format:%H$ */
295+
/* commit time: $Format:%ai$ */

bn_mp_div_2.c

+3-3
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,6 @@ int mp_div_2(mp_int * a, mp_int * b)
6363
}
6464
#endif
6565

66-
/* $Source$ */
67-
/* $Revision$ */
68-
/* $Date$ */
66+
/* ref: $Format:%D$ */
67+
/* git commit: $Format:%H$ */
68+
/* commit time: $Format:%ai$ */

bn_mp_div_2d.c

+3-3
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,6 @@ int mp_div_2d (mp_int * a, int b, mp_int * c, mp_int * d)
8181
}
8282
#endif
8383

84-
/* $Source$ */
85-
/* $Revision$ */
86-
/* $Date$ */
84+
/* ref: $Format:%D$ */
85+
/* git commit: $Format:%H$ */
86+
/* commit time: $Format:%ai$ */

bn_mp_div_3.c

+3-3
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,6 @@ mp_div_3 (mp_int * a, mp_int *c, mp_digit * d)
7474

7575
#endif
7676

77-
/* $Source$ */
78-
/* $Revision$ */
79-
/* $Date$ */
77+
/* ref: $Format:%D$ */
78+
/* git commit: $Format:%H$ */
79+
/* commit time: $Format:%ai$ */

bn_mp_div_d.c

+3-3
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,6 @@ int mp_div_d (mp_int * a, mp_digit b, mp_int * c, mp_digit * d)
110110

111111
#endif
112112

113-
/* $Source$ */
114-
/* $Revision$ */
115-
/* $Date$ */
113+
/* ref: $Format:%D$ */
114+
/* git commit: $Format:%H$ */
115+
/* commit time: $Format:%ai$ */

bn_mp_dr_is_modulus.c

+3-3
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ int mp_dr_is_modulus(mp_int *a)
3838

3939
#endif
4040

41-
/* $Source$ */
42-
/* $Revision$ */
43-
/* $Date$ */
41+
/* ref: $Format:%D$ */
42+
/* git commit: $Format:%H$ */
43+
/* commit time: $Format:%ai$ */

bn_mp_dr_reduce.c

+3-3
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,6 @@ mp_dr_reduce (mp_int * x, mp_int * n, mp_digit k)
9191
}
9292
#endif
9393

94-
/* $Source$ */
95-
/* $Revision$ */
96-
/* $Date$ */
94+
/* ref: $Format:%D$ */
95+
/* git commit: $Format:%H$ */
96+
/* commit time: $Format:%ai$ */

bn_mp_dr_setup.c

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ void mp_dr_setup(mp_int *a, mp_digit *d)
2727

2828
#endif
2929

30-
/* $Source$ */
31-
/* $Revision$ */
32-
/* $Date$ */
30+
/* ref: $Format:%D$ */
31+
/* git commit: $Format:%H$ */
32+
/* commit time: $Format:%ai$ */

bn_mp_exch.c

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ mp_exch (mp_int * a, mp_int * b)
2929
}
3030
#endif
3131

32-
/* $Source$ */
33-
/* $Revision$ */
34-
/* $Date$ */
32+
/* ref: $Format:%D$ */
33+
/* git commit: $Format:%H$ */
34+
/* commit time: $Format:%ai$ */

bn_mp_export.c

+3-3
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,6 @@ int mp_export(void* rop, size_t* countp, int order, size_t size,
8383

8484
#endif
8585

86-
/* $Source$ */
87-
/* $Revision$ */
88-
/* $Date$ */
86+
/* ref: $Format:%D$ */
87+
/* git commit: $Format:%H$ */
88+
/* commit time: $Format:%ai$ */

bn_mp_expt_d.c

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ int mp_expt_d (mp_int * a, mp_digit b, mp_int * c)
2323

2424
#endif
2525

26-
/* $Source$ */
27-
/* $Revision$ */
28-
/* $Date$ */
26+
/* ref: $Format:%D$ */
27+
/* git commit: $Format:%H$ */
28+
/* commit time: $Format:%ai$ */

bn_mp_expt_d_ex.c

+3-3
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,6 @@ int mp_expt_d_ex (mp_int * a, mp_digit b, mp_int * c, int fast)
7878
}
7979
#endif
8080

81-
/* $Source$ */
82-
/* $Revision$ */
83-
/* $Date$ */
81+
/* ref: $Format:%D$ */
82+
/* git commit: $Format:%H$ */
83+
/* commit time: $Format:%ai$ */

bn_mp_exptmod.c

+3-3
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,6 @@ int mp_exptmod (mp_int * G, mp_int * X, mp_int * P, mp_int * Y)
107107

108108
#endif
109109

110-
/* $Source$ */
111-
/* $Revision$ */
112-
/* $Date$ */
110+
/* ref: $Format:%D$ */
111+
/* git commit: $Format:%H$ */
112+
/* commit time: $Format:%ai$ */

bn_mp_exptmod_fast.c

+3-3
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,6 @@ LBL_RES:mp_clear (&res);
316316
#endif
317317

318318

319-
/* $Source$ */
320-
/* $Revision$ */
321-
/* $Date$ */
319+
/* ref: $Format:%D$ */
320+
/* git commit: $Format:%H$ */
321+
/* commit time: $Format:%ai$ */

bn_mp_exteuclid.c

+3-3
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,6 @@ int mp_exteuclid(mp_int *a, mp_int *b, mp_int *U1, mp_int *U2, mp_int *U3)
7878
}
7979
#endif
8080

81-
/* $Source$ */
82-
/* $Revision$ */
83-
/* $Date$ */
81+
/* ref: $Format:%D$ */
82+
/* git commit: $Format:%H$ */
83+
/* commit time: $Format:%ai$ */

bn_mp_fread.c

+3-3
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,6 @@ int mp_fread(mp_int *a, int radix, FILE *stream)
6464

6565
#endif
6666

67-
/* $Source$ */
68-
/* $Revision$ */
69-
/* $Date$ */
67+
/* ref: $Format:%D$ */
68+
/* git commit: $Format:%H$ */
69+
/* commit time: $Format:%ai$ */

bn_mp_fwrite.c

+3-3
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@ int mp_fwrite(mp_int *a, int radix, FILE *stream)
4949

5050
#endif
5151

52-
/* $Source$ */
53-
/* $Revision$ */
54-
/* $Date$ */
52+
/* ref: $Format:%D$ */
53+
/* git commit: $Format:%H$ */
54+
/* commit time: $Format:%ai$ */

bn_mp_gcd.c

+3-3
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,6 @@ LBL_U:mp_clear (&v);
100100
}
101101
#endif
102102

103-
/* $Source$ */
104-
/* $Revision$ */
105-
/* $Date$ */
103+
/* ref: $Format:%D$ */
104+
/* git commit: $Format:%H$ */
105+
/* commit time: $Format:%ai$ */

0 commit comments

Comments
 (0)