0.3.0 • Published 2 years ago

@tiptenbrink/opaquewasm v0.3.0

Weekly downloads
-
License
-
Repository
-
Last release
2 years 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.

Building

wasm-pack build --target bundler to build.

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

To test it out in a browser:

  • Run npm install to install an environment
  • Run npm start to start a server that activates a page where you can run the code in index.js

After rebuilding you might have to run npm install ./pkg to install it again.

0.3.0

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago