Exporting buffer to int
This commit is contained in:
parent
57be559c44
commit
9c68d4a363
5
index.js
5
index.js
@ -7,3 +7,8 @@ exports.pedersenHash = require("./src/pedersenHash");
|
|||||||
exports.SMT = require("./src/smt").SMT;
|
exports.SMT = require("./src/smt").SMT;
|
||||||
exports.SMTMemDB = require("./src/smt_memdb");
|
exports.SMTMemDB = require("./src/smt_memdb");
|
||||||
exports.poseidon = require("./src/poseidon");
|
exports.poseidon = require("./src/poseidon");
|
||||||
|
exports.leInt2Buff = require("./src/utils").leInt2Buff;
|
||||||
|
exports.leBuff2int = require("./src/utils").leBuff2int;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user