cosmjs
cosmjs copied to clipboard
Switch Ed25519 implementation to zip215 compliant library
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.