Technical reports and demos
Technical reports
- Technical Report on Decentralized Multifactor Authentication
- Technical Report on Threshold ECDSA in the Preprocessing Setup
- More efficient comparison protocols for MPC
All technical reports are also available on Github
Implementation examples and tinydemos
Topic | Implementation Example | tinydemo |
---|---|---|
Nillion's secure multi-party computation (MPC) protocol | tinynmc library | - |
Multifactor Authentication (MFA) | tinybio python library using tinynmc | tinybio: a secure decentralized biometric authentication demo |
Signatures (Threshold ECDSA) | tinysig python library using tinynmc | - |
Secure Auctions | tinybid python library using tinynmc | tinybid: a secure single-item first-price auction demo |
3rd party API integration | tinybin demo code using tinynmc | tinybin: demo comparison of a 3p API output to a private input |