Open dlongley opened 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.
deriveSecret
sign
verify
Addressed by #21.
Rather than creating a separate library for ECDH keys that would duplicate almost everything here except provide a
deriveSecret
API instead ofsign
andverify
, expose aderiveSecret
API on the key pair interfaces here.