Skip to content

dgulotta/double-blind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •