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

1.1.1 • 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

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i bls-wasm

      Weekly Downloads

      946

      Version

      1.1.1

      License

      BSD-3-Clause

      Unpacked Size

      1.33 MB

      Total Files

      9

      Last publish

      Collaborators

      • herumi