@zippie/bls-wasm

BLS signature for Node.js by WebAssembly

Usage no npm install needed!

<script type="module">
  import zippieBlsWasm from 'https://cdn.skypack.dev/@zippie/bls-wasm';
</script>

README

Build Status

BLS signature for Node.js by WebAssembly

Abstract

How to use

The version v0.4.2 breaks backward compatibility of the entry point.

  • Node.js : const bls = require('bls-wasm')
  • React : const bls = require('bls-wasm/browser')
  • HTML : <script src="https://herumi.github.io/bls-wasm/browser/bls.js"></script>

for Node.js

node test/test.js

for browser

Include browser/bls.js

for React

const bls = require('bls-wasm/browser')

License

modified new BSD License http://opensource.org/licenses/BSD-3-Clause

Author

MITSUNARI Shigeo(herumi@nifty.com)

Sponsors welcome

GitHub Sponsor