mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-23 06:05:00 -07: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(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);
|
||||
}
|
||||
|
||||
|
||||
+57
-1004
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