0.6.0 • Published 2 years ago

@zippie/bls-wasm v0.6.0

Weekly downloads
-
License
BSD-3-Clause
Repository
github
Last release
2 years ago

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

0.6.0

2 years ago

0.5.0

3 years ago

0.5.1

3 years ago

0.4.4

3 years ago

0.4.3

3 years ago