Use Web Crypto API in tendermint-light-client-js #1241
Labels
crypto
enhancement
New feature or request
light-client
Issues/features which involve the light client
wasm
Description
When #1213 is resolved, it will be possible to use alternative cryptographic implementations with light-client-verifier.
For the JS environment, the prime candidate is the Web Crypto API.
Definition of "done"
tendermint-light-client-js replaces use of the default Rust-Crypto provider types (
tendermint::crypto::default::*
as per #1238) with an alternative implementation via the Web Crypto API.The text was updated successfully, but these errors were encountered: