mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 23:28:48 +00:00
big: Remove temporary prints.
This commit is contained in:
@@ -832,9 +832,7 @@ internal_int_exponent_mod_fast :: proc(res, G, X, P: ^Int, redmode: int, allocat
|
|||||||
|
|
||||||
for x = 0; x < int(winsize - 1); x += 1 {
|
for x = 0; x < int(winsize - 1); x += 1 {
|
||||||
internal_sqr(&M[slot], &M[slot]) or_return;
|
internal_sqr(&M[slot], &M[slot]) or_return;
|
||||||
print("slot: ", &M[slot]);
|
|
||||||
redux(&M[slot], P, rho) or_return;
|
redux(&M[slot], P, rho) or_return;
|
||||||
print("slot redux: ", &M[slot]);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user