Skip to content

Commit ed94dcb

Browse files
committed
Export curves to allow terminating wasm threads (curve.terminate) from outside code
1 parent bda5de3 commit ed94dcb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.js

+1
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ export * as wtns from "./src/wtns.js";
55
export * as zKey from "./src/zkey.js";
66
export * as plonk from "./src/plonk.js";
77
export * as fflonk from "./src/fflonk.js";
8+
export * as curves from "./src/curves.js";

0 commit comments

Comments
 (0)