mattrglobal / bbs-signatures

An implementation of BBS+ signatures for node and browser environments
Apache License 2.0
109 stars 30 forks source link

test: improve createProof test coverage #88

Closed tplooker closed 3 years ago

tplooker commented 3 years ago

Description

Improves test coverage over the createProof API, this PR also improves the module loading logic when in NodeJS environments, so the CJS module can be consumed in non-NodeJS environments.

Motivation and Context

See above

Does this PR introduce a breaking change?

Which merge strategy will you use?