UNPKG
circomlib-backup
Version:
latest (0.0.23)
0.0.23
0.0.22
0.0.21
0.0.20
Basic circuits library for Circom
github.com/iden3/circomlib
iden3/circomlib
circomlib-backup
/
src
/
mimc_print_iv.js
4 lines
(2 loc)
•
84 B
JavaScript
View Raw
1
2
3
4
const
mimc7 =
require
(
"./mimc7.js"
);
console
.
log
(
"IV: "
+mimc7.
getIV
().
toString
());