digitalbazaar / ed25519-verification-key-2020

Javascript library for generating and working with Ed25519VerificationKey2020 key pairs, for use with crypto-ld.
BSD 3-Clause "New" or "Revised" License
3 stars 10 forks source link

Add toEd255519VerificationKey2018() method. #17

Open dmitrizagidulin opened 2 years ago

dmitrizagidulin commented 2 years ago

Completes the round-trip serialization/deserialization to and from Ed255519VerificationKey2018. Adds tests.