- Uses Dalek's x25519 for Diffie-Hellman key exchange and x25519 which is another Diffie-Hellman key exchange but follows RFC7748.
- Uses Dalek's ed25519 for signing over ed25519 curve.
Demo UI for testing the generated wasm is present in www
folder.
- Run
wasm-pack build
(in root) to generate wasm code. - Run
npm install
andnpm run start
fromwww
to start a server and visit http://localhost:8080/ to use the Demo UI.
Note: I created this to get started with WASM so quite likely there are better ways of doing things.