Closed tplooker closed 3 years ago
Total Coverage: 95.05%
File | Branches | Funcs | Lines | Uncovered Lines |
---|---|---|---|---|
src | ||||
Bls12381G1KeyPair.ts | 89.36% | 76.47% | 92.21% | 128, 132, 142, 147, 176, 280, 287, 306, 315, 71, 89 |
Bls12381G2KeyPair.ts | 89.09% | 95.24% | 95.51% | 110, 111, 113, 177, 181, 191, 196, 218, 322, 329 |
index.ts | 100% | 100% | 100% | |
src/types | ||||
BlsCurveName.ts | 100% | 100% | 100% | |
index.ts | 100% | 100% | 100% | |
src/utils | ||||
codec.ts | 100% | 100% | 100% | |
index.ts | 100% | 100% | 100% | |
src/validators | ||||
Bls12381G1Jwk.ts | 100% | 100% | 100% | |
Bls12381G2Jwk.ts | 100% | 100% | 100% | |
JsonWebKey.ts | 100% | 100% | 100% | |
index.ts | 100% | 100% | 100% |
Updates this library to use the latest unstable release of bbs-signatures which features support for a new async based API for crypto operations.
Merging in with a dependency on the unstable version for now to test upstream, will be updated to the latest stable version of bbs-signatures prior to a new release of this library.
Description
Motivation and Context
Does this PR introduce a breaking change?
Which merge strategy will you use?