digitalbazaar / ecdsa-multikey

Javascript library for generating and working with EcdsaMultikey key pairs.
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Add key type tests #35

Closed aljones15 closed 3 months ago

aljones15 commented 4 months ago

Refactors the test suite so a common set of assertions runs on all the curves and not just one of them.

Addresses: https://github.com/digitalbazaar/ecdsa-multikey/issues/34

dlongley commented 3 months ago

Thanks! Going to merge this now.