File tree Expand file tree Collapse file tree 4 files changed +10
-13
lines changed Expand file tree Collapse file tree 4 files changed +10
-13
lines changed Original file line number Diff line number Diff line change @@ -40,9 +40,8 @@ int mp_decr(mp_int *a)
4040 }
4141 return mp_sub_d (a , 1uL ,a );
4242}
43-
44-
4543#endif
46- /* ref: \$Format:\%D$ */
47- /* git commit: \$Format:\%H$ */
48- /* commit time: \$Format:\%ai$ */
44+
45+ /* ref: $Format:%D$ */
46+ /* git commit: $Format:%H$ */
47+ /* commit time: $Format:%ai$ */
Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ int mp_incr(mp_int *a)
3535 }
3636 return mp_add_d (a , 1uL ,a );
3737}
38-
3938#endif
40- /* ref: \$Format:\%D$ */
41- /* git commit: \$Format:\%H$ */
42- /* commit time: \$Format:\%ai$ */
39+
40+ /* ref: $Format:%D$ */
41+ /* git commit: $Format:%H$ */
42+ /* commit time: $Format:%ai$ */
Original file line number Diff line number Diff line change 99 * Michael Fromberger but has been written from scratch with
1010 * additional optimizations in place.
1111 *
12- * The library is free for all purposes without any express
13- * guarantee it works.
12+ * SPDX-License-Identifier: Unlicense
1413 */
1514
1615int mp_iseven (const mp_int * a )
Original file line number Diff line number Diff line change 99 * Michael Fromberger but has been written from scratch with
1010 * additional optimizations in place.
1111 *
12- * The library is free for all purposes without any express
13- * guarantee it works.
12+ * SPDX-License-Identifier: Unlicense
1413 */
1514
1615int mp_isodd (const mp_int * a )
You can’t perform that action at this time.
0 commit comments