multiparty / jiff

JavaScript library for building web-based applications that employ secure multi-party computation (MPC).
https://multiparty.org/jiff/
MIT License
257 stars 52 forks source link

Encrypt and Decrypt with key shares #300

Open AFwcxx opened 3 months ago

AFwcxx commented 3 months ago

How do i implement a 2 of 3 threshold (3 nodes machine holding unique key share) of encrypting and decrypting with libsodium's crypto_box_easy and crypto_box_seal?

Is there a file that demonstrate this?

Thank you.