mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-07 16:18:52 +00:00
big: Cue up internal_int_exponent_mod wrapper function.
This commit is contained in:
@@ -218,7 +218,7 @@ demo :: proc() {
|
|||||||
set(b, 6);
|
set(b, 6);
|
||||||
set(c, 131);
|
set(c, 131);
|
||||||
|
|
||||||
if err := internal_int_exponent_mod_fast(res, a, b, c, 1); err != nil {
|
if err := _private_int_exponent_mod(res, a, b, c, 1); err != nil {
|
||||||
fmt.printf("Error: %v\n", err);
|
fmt.printf("Error: %v\n", err);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
+46
-993
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user