Skip to content

Latest commit

 

History

19 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

double-blind

A demo of group signatures.

Running the demo

To install dependencies:

rustup target add wasm32-unknown-unknown
cargo install wasm-bindgen-cli

To build the WebAssembly module:

cd double-blind-web
cargo build --release --target wasm32-unknown-unknown
wasm-bindgen ../target/wasm32-unknown-unknown/release/double_blind_web.wasm --out-dir pkg --target web

Then the demo can be run using any web server. For example,

cd pkg
python3 -m http.server

About

No description, website, or topics provided.

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages