mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-31 20:00:09 +00:00
big: Add internal_int_exponent_mod.
This commit is contained in:
@@ -218,7 +218,7 @@ demo :: proc() {
|
||||
set(b, 6);
|
||||
set(c, 131);
|
||||
|
||||
if err := _private_int_exponent_mod(res, a, b, c, 1); err != nil {
|
||||
if err := internal_int_exponent_mod(res, a, b, c); err != nil {
|
||||
fmt.printf("Error: %v\n", err);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user