mirror of
https://github.com/cursive-team/2P-PSI.git
synced 2026-01-08 03:33:50 -05:00
main
MP-PSI
The library contains the following components:
src: Rust library for multi-party PSI using BFVpkg: 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
Languages
Rust
62.4%
JavaScript
32.9%
HTML
4.7%