Skip to content

Commit

Permalink
Add tinybin implementation example and demo
Browse files Browse the repository at this point in the history
  • Loading branch information
oceans404 authored May 20, 2024
1 parent edadd6f commit d70b8f0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/technical-reports-and-demos.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,12 @@ description: >-

All technical reports are also available [on Github](https://github.com/NillionNetwork/nillionnetwork.github.io)

### Implementation examples and demos
### Implementation examples and tinydemos

| Topic | Implementation Example | Demo |
| Topic | Implementation Example | tinydemo |
| ------------------------------------------------------- | ------------------------------------------------------------------------------ | --------------------------------------------------------------------------------------------- |
| Nillion's secure multi-party computation (MPC) protocol | [tinynmc library](https://github.com/NillionNetwork/tinynmc) | - |
| Multifactor Authentication (MFA) | [tinybio python library](https://github.com/NillionNetwork/tinybio) using tinynmc | [tinybio: a secure decentralized biometric authentication demo](https://nillion.pub/tinybio/) |
| Signatures (Threshold ECDSA) | [tinysig python library](https://github.com/NillionNetwork/tinysig) using tinynmc | - |
| Secure Auctions | [tinybid python library](https://github.com/NillionNetwork/tinybid) using tinynmc | [tinybid: a secure single-item first-price auction demo](https://nillion.pub/tinybid/) |
| 3rd party API integration | [tinybin demo code](https://github.com/NillionNetwork/tinybin) using tinynmc | [tinybin: demo comparison of a 3p API output to a private input](https://nillion.pub/tinybin/) |

0 comments on commit d70b8f0

Please sign in to comment.