blckngm / noise-rust

Rust implementation of Noise
The Unlicense
65 stars 19 forks source link

WASM support? #43

Open piegamesde opened 2 years ago

piegamesde commented 2 years ago

Those this crate support WASM targets, and if not could they be supported eventually?

blckngm commented 2 years ago

The noise-protocol crate should work on wasm. It does not really have any target specific code.

The noise-rust-crypto crate might work or at least some algorithms/features should work. It's mostly up to the underlying crypto implementations.