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

Verify signature in the browser #1

Open
davlhd opened this issue Dec 14, 2021 · 1 comment
Open

Verify signature in the browser #1

davlhd opened this issue Dec 14, 2021 · 1 comment

Comments

@davlhd
Copy link

davlhd commented Dec 14, 2021

Hello,

is it possible to verify the signature when loading the wasm in the browser?

Thanks

@jedisct1
Copy link
Collaborator

Hi!

The wasmsign2 crate can be compiled to WebAssembly, including the wasm32-unknown-unknown target that browsers can load without a polyfill.

This is a good start :)

Using it from Javascript requires some additional code (using wasm-bindgen) that is not part of the project yet, but it shouldn't be too difficult to add.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants