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 a `deriveSecret` API on the key pair API #15

Open dlongley opened 1 year ago

dlongley commented 1 year ago

Rather than creating a separate library for ECDH keys that would duplicate almost everything here except provide a deriveSecret API instead of sign and verify, expose a deriveSecret API on the key pair interfaces here.

dlongley commented 1 year ago

Addressed by #21.