Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Shrey Srivastava
extension-ssrivas2
Commits
62c23c61
Commit
62c23c61
authored
1 year ago
by
Shrey Srivastava
Browse files
Options
Download
Email Patches
Plain Diff
Final code push!
parent
957a0a14
master
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bigint.c
+2
-1
bigint.c
with
2 additions
and
1 deletion
+2
-1
bigint.c
View file @
62c23c61
...
...
@@ -1676,7 +1676,7 @@ void experiment1(int low, int high) {
double
toomcooktime
=
0
;
int
counter
=
0
;
size_t
temp
;
// Note limit here
// Note limit here
, product limited to 100,000 hexadecimal characters
char
a_buf
[
100000
];
char
k_buf
[
100000
];
char
t_buf
[
100000
];
...
...
@@ -1764,6 +1764,7 @@ void experiment2(int size) {
}
int
main
()
{
// Note please wait a few seconds for the experiments, they will print out results!
one_limb_tests
();
multiple_diff_limb_tests
();
multiple_same_limb_tests
();
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help