mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-20 21:35:19 +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(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);
|
||||
}
|
||||
|
||||
|
||||
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