This commit is contained in:
yslcrypto 2020-07-13 23:42:20 +02:00
parent bee9c70005
commit f899dcdfcb

View File

@ -10,7 +10,7 @@ The formats used in this library for the multi-party computation are compatible
This library uses the compiled circuits generated by the [circom](https://github.com/iden3/circom) compiler.
The library works in `node.js` as well as directly in the browser.
It works in `node.js` as well as directly in the [browser](#in-the-browser).
It's an [ES module](https://hacks.mozilla.org/2018/03/es-modules-a-cartoon-deep-dive/), so it can be directly imported into bigger projects using [Rollup](https://rollupjs.org/guide/en/) or [Webpack](https://webpack.js.org/).