This is an automated email from the ASF dual-hosted git repository. sandreoli pushed a commit to branch issue51 in repository https://gitbox.apache.org/repos/asf/incubator-milagro-crypto-c.git
View the commit online: https://github.com/apache/incubator-milagro-crypto-c/commit/d49ed574562e123e3b46c92ffda769741d256388 The following commit(s) were added to refs/heads/issue51 by this push: new d49ed57 fix inconsistency in bpow2 documentation d49ed57 is described below commit d49ed574562e123e3b46c92ffda769741d256388 Author: samuele-andreoli <[email protected]> AuthorDate: Wed Nov 20 13:42:18 2019 +0000 fix inconsistency in bpow2 documentation --- include/ff.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/ff.h.in b/include/ff.h.in index d69b819..cb468b2 100644 --- a/include/ff.h.in +++ b/include/ff.h.in @@ -302,6 +302,6 @@ extern void FF_WWW_pow2(BIG_XXX *r,BIG_XXX *x,BIG_XXX e,BIG_XXX *y,BIG_XXX f,BIG @param m FF modulus @param n size of FF in BIGs */ -extern void FF_WWW_bpow2(BIG_XXX *r,BIG_XXX *x,BIG_XXX *e,BIG_XXX *y,BIG_XXX *f,BIG_XXX *p,int n); +extern void FF_WWW_bpow2(BIG_XXX *r,BIG_XXX *x,BIG_XXX *e,BIG_XXX *y,BIG_XXX *f,BIG_XXX *m,int n); #endif
