Browse Source

Exporting buffer to int

master
Jordi Baylina 4 years ago
parent
commit
9c68d4a363
No known key found for this signature in database GPG Key ID: 7480C80C1BE43112
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      index.js

+ 5
- 0
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;

Loading…
Cancel
Save