Exporting buffer to int

This commit is contained in:
Jordi Baylina 2020-03-31 15:38:37 +02:00
parent 57be559c44
commit 9c68d4a363
No known key found for this signature in database
GPG Key ID: 7480C80C1BE43112

@ -7,3 +7,8 @@ exports.pedersenHash = require("./src/pedersenHash");
exports.SMT = require("./src/smt").SMT;
exports.SMTMemDB = require("./src/smt_memdb");
exports.poseidon = require("./src/poseidon");
exports.leInt2Buff = require("./src/utils").leInt2Buff;
exports.leBuff2int = require("./src/utils").leBuff2int;