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

support BLS12-381 #8

Closed herumi closed 6 years ago

herumi commented 6 years ago

The correspondence between secret key and public key has changed for BN254 so I change pubString in tests/index.js .

herumi commented 6 years ago

The correspondence between secret key and public key has changed for BN254 so I change pubString in tests/index.js .

If the backward compatibility of the value is necessary, then I'll prepare the mode.

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling d5a7a2680b5935f1885ef277e0d4aa4954b3df26 on support_bls12_381 into fd809fb0134868c1f4d481a16255753af43fe5f6 on master.