0.6.0 • Published 6 months ago

@tiptenbrink/opaquewasm v0.6.0

Weekly downloads
-
License
-
Repository
-
Last release
6 months ago

This library contains extremely minimal WebAssembly JavaScript bindings of a standard configuration of opaque-ke. It exposes 4 functions, which only accept and return base64url-encoded strings.

This library is a counterpart to opaquepy, built upon the configuration defined in opaque-borink.

Building

wasm-pack build --target web to build.

This generates a pkg, which you can npm publish. Change the name in package.json to @tiptenbrink/opaquewasm before you upload.

To test it out in a browser:

  • Run npm install inside the /vite folder. Make sure the dependency name in package.json is the same as the name in /pkg.
  • Run npm run dev inside the /vite folder.
  • Navigate the the localhost webpage. If you press the button it should generate a message without errors each time.
0.6.0

6 months ago

0.3.7

1 year ago

0.3.0

3 years ago

0.2.1

3 years ago

0.2.0

4 years ago

0.1.8

4 years ago

0.1.7

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago