Skip to content

Commit 2f9a008

Browse files
committed
Update cmake to include the new files
1 parent dd7551e commit 2f9a008

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sources.cmake

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,8 @@ s_mp_div_school.c
131131
s_mp_div_small.c
132132
s_mp_exptmod.c
133133
s_mp_exptmod_fast.c
134+
s_mp_faster_read_radix.c
135+
s_mp_faster_to_radix.c
134136
s_mp_get_bit.c
135137
s_mp_invmod.c
136138
s_mp_invmod_odd.c
@@ -150,6 +152,8 @@ s_mp_prime_tab.c
150152
s_mp_radix_map.c
151153
s_mp_radix_size_overestimate.c
152154
s_mp_rand_platform.c
155+
s_mp_slower_read_radix.c
156+
s_mp_slower_to_radix.c
153157
s_mp_sqr.c
154158
s_mp_sqr_comba.c
155159
s_mp_sqr_karatsuba.c

0 commit comments

Comments
 (0)