You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
webmaster128
changed the title
Switch Ed25519 implementation to zip215 complient library
Switch Ed25519 implementation to zip215 compliant library
Dec 16, 2020
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.
The text was updated successfully, but these errors were encountered: