mirror of
https://github.com/arnaucube/circomlib.git
synced 2026-02-06 18:56:43 +01:00
Exporting buffer to int
This commit is contained in:
5
index.js
5
index.js
@@ -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;
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user