Skip to content

Commit f380a5c

Browse files
committed
ff/mont_t.cuh: fix a typo.
1 parent 9db8643 commit f380a5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ff/mont_t.cuh

+1-1
Original file line numberDiff line numberDiff line change
@@ -725,7 +725,7 @@ public:
725725

726726
#pragma unroll
727727
for (size_t j = 0; j < len; j++, b_ptr += stride_b) {
728-
fr_t b = *b_ptr;
728+
mont_t b = *b_ptr;
729729
tmp = a[j];
730730
carry = 0;
731731

0 commit comments

Comments
 (0)