wasmcurves

elliptic curves implementations in wasm

Usage no npm install needed!

<script type="module">
  import wasmcurves from 'https://cdn.skypack.dev/wasmcurves';
</script>

README

wasmcurves

This is a low level implementation of pairing friendly curves.

Currently:

  • BN-128
  • BLS12-381

To use this curves, I recomend using the package ffjavascript

License

wasmcurves is part of the iden3 project copyright 2019 0KIMS association and published with GPL-3 license. Please check the COPYING file for more details.