Skip to content

Commit

Permalink
Export curves to allow terminating wasm threads (curve.terminate) fro…
Browse files Browse the repository at this point in the history
…m outside code
  • Loading branch information
OBrezhniev committed Jul 25, 2024
1 parent bda5de3 commit ed94dcb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ export * as wtns from "./src/wtns.js";
export * as zKey from "./src/zkey.js";
export * as plonk from "./src/plonk.js";
export * as fflonk from "./src/fflonk.js";
export * as curves from "./src/curves.js";

0 comments on commit ed94dcb

Please sign in to comment.