@zippie/bls-wasm
TypeScript icon, indicating that this package has built-in type declarations

0.6.0 • Public • Published

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

Package Sidebar

Install

npm i @zippie/bls-wasm

Weekly Downloads

73

Version

0.6.0

License

BSD-3-Clause

Unpacked Size

1.24 MB

Total Files

16

Last publish

Collaborators

  • stskeeps-zippie
  • tswindell
  • p4ker
  • cosmin.ionascu