dfinity-side-projects / js-bls-lib

This libary provides primitives for creating and verifying BLS threshold signatures.
Mozilla Public License 2.0
42 stars 22 forks source link

fix an error of randomgenerator at bls.init() #9

Closed herumi closed 6 years ago

herumi commented 6 years ago

The following operations cause an error.

npm install bls-lib
>node
>bls = require('bls-lib')
>bls.init()
randomgenerator:read:32
-1
coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 3a012ac866fae31ddc4501d6da94bc17a7eb235d on fix_error_in_init into cb3dd62c1388d6303184dad6bb39be120a958012 on master.