Skip to content

gausslabs/MP-PSI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MP-PSI

The library contains the following components:

  • src: Rust library for multi-party PSI using BFV
  • pkg: JS-TS-WASM package

Build

The rust library is used to build the JS-TS-WASM package using wasm-pack targeting web guide. When compiling to web the output can natively be included on a web page, and doesn't require any further postprocessing. The output is included as an ES module. For more information check wasm-bindgen guide

wasm-pack build --target web

Test

To test the rust library, run:

cargo test --release

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published