cosmjs icon indicating copy to clipboard operation
cosmjs copied to clipboard

Switch Ed25519 implementation to zip215 compliant library

Open webmaster128 opened this issue 4 years ago • 0 comments

Right now we use Ed25519 from libsodium. Tendermint migrates to zip215 and so should we in order to be able to verify Tendermint's signatures in the client.

There is the ed25519-zebra crate, which we should be able to compile to Wasm and integrate into CosmJS.

webmaster128 avatar Dec 16 '20 21:12 webmaster128