libmp: mpmod() fix typo
This commit is contained in:
parent
ffdfc17cee
commit
8d16e980c2
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ mpmod(mpint *x, mpint *n, mpint *r)
|
|||
c = mpnew(0);
|
||||
p = mpnew(0);
|
||||
}
|
||||
mpleft(p, s, m);
|
||||
mpleft(n, s, m);
|
||||
mpleft(mpone, k*Dbits, c);
|
||||
mpsub(c, m, c);
|
||||
if(c->top >= k){
|
||||
|
|
Loading…
Reference in a new issue