Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Web Crypto API in tendermint-light-client-js #1241

Open
mzabaluev opened this issue Dec 5, 2022 · 0 comments
Open

Use Web Crypto API in tendermint-light-client-js #1241

mzabaluev opened this issue Dec 5, 2022 · 0 comments
Labels
crypto enhancement New feature or request light-client Issues/features which involve the light client wasm

Comments

@mzabaluev
Copy link
Contributor

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.

@mzabaluev mzabaluev added enhancement New feature or request light-client Issues/features which involve the light client wasm crypto labels Dec 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
crypto enhancement New feature or request light-client Issues/features which involve the light client wasm
Projects
None yet
Development

No branches or pull requests

1 participant