Vivek Bhupatiraju 21c8af8c5c fix gitignore
2024-04-16 08:29:27 -05:00
2024-04-16 08:29:27 -05:00
2024-04-16 08:29:27 -05:00
2024-04-16 08:29:27 -05:00
2024-01-23 22:26:44 +05:30
2024-01-18 15:50:37 +01:00
2024-01-12 17:34:21 +05:30
2024-04-16 08:29:27 -05:00

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
Description
No description provided
Readme MIT 886 KiB
Languages
Rust 62.4%
JavaScript 32.9%
HTML 4.7%