Skip to content

Commit 38715bd

Browse files
committed
tovec
1 parent e35fe03 commit 38715bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/integer_common.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ struct integer {
196196

197197
size_t count;
198198
mpz_export(res.data(), &count, -1, 8, 0, 0, impl);
199-
res.resize(count);
199+
//res.resize(count);
200200

201201
return res;
202202
}

0 commit comments

Comments
 (0)