mirror of
https://github.com/arnaucube/circom.git
synced 2026-02-07 03:06:42 +01:00
deps
This commit is contained in:
@@ -77,7 +77,7 @@ function fnvHash(str) {
|
||||
|
||||
|
||||
function stringifyBigInts(o) {
|
||||
if ((typeof(o) == "bigint") || o.isZero !== undefined) {
|
||||
if ((typeof(o) == "bigint") || o.eq !== undefined) {
|
||||
return o.toString(10);
|
||||
} else if (Array.isArray(o)) {
|
||||
return o.map(stringifyBigInts);
|
||||
|
||||
Reference in New Issue
Block a user