Skip to content

Commit

Permalink
Clean index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jbaylina committed Oct 23, 2021
1 parent ec82e85 commit 5a523a4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
10 changes: 0 additions & 10 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,2 @@
exports.smt = require("./src/smt");
exports.eddsa = require("./src/eddsa");
exports.mimc7 = require("./src/mimc7");
exports.mimcsponge = require("./src/mimcsponge");
exports.babyJub = require("./src/babyjub");
exports.pedersenHash = require("./src/pedersenHash");
exports.SMT = require("./src/smt").SMT;
exports.SMTMemDB = require("./src/smt_memdb");
exports.poseidon = require("./src/poseidon");



2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "circomlib",
"version": "1.0.0",
"version": "2.0.0",
"description": "Basic circuits library for Circom",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit 5a523a4

Please sign in to comment.