wasmsign2 icon indicating copy to clipboard operation
wasmsign2 copied to clipboard

Verify signature in the browser

Open davlhd opened this issue 3 years ago • 1 comments

Hello,

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

Thanks

davlhd avatar Dec 14 '21 19:12 davlhd

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.

jedisct1 avatar Dec 14 '21 20:12 jedisct1