small fixup

This commit is contained in:
cathugger 2021-11-03 19:57:41 +02:00
parent eea863e3ac
commit d6e2aecf52
No known key found for this signature in database
GPG key ID: 9BADDA2DAF6F01A8

View file

@ -136,7 +136,7 @@ initseed:
ge_p1p1_to_p3(&ge_public,&sum);
}
// NOTE: leaves unfinished one bit at the very end
ge_p3_batchtobytes_destructive_1(pk_batch,ge_batch,batchgez,tmp_batch,remaining);
ge_p3_batchtobytes_destructive_1(pk_batch,ge_batch,tmp_batch,remaining);
#ifdef STATISTICS
st->numcalc.v += remaining;