-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,9 +10,9 @@ Piranha is a C++-based platform for accelerating secure multi-party computation | |
Piranha is described in more detail in our [USENIX Security '22 paper](https://eprint.iacr.org/2022/892)! If you have questions, please create git issues; for eventual replies, you can also reach out to `[email protected]`. | ||
|
||
<p align="center"> | ||
<img src="https://github.com/ucbrise/piranha/blob/main/files/images/usenixbadges-available.png?raw=true" alt="usenix-available" width=8% height=8%/> | ||
<img src="https://github.com/ucbrise/piranha/blob/main/files/images/usenixbadges-functional.png?raw=true" alt="usenix-functional" width=8% height=8%/> | ||
<img src="https://github.com/ucbrise/piranha/blob/main/files/images/usenixbadges-reproduced.png?raw=true" alt="usenix-reproduced" width=8% height=8%/> | ||
<img src="https://github.com/ucbrise/piranha/blob/main/files/images/usenixbadges-available.png?raw=true" alt="usenix-available" width=10% height=10%/> | ||
<img src="https://github.com/ucbrise/piranha/blob/main/files/images/usenixbadges-functional.png?raw=true" alt="usenix-functional" width=10% height=10%/> | ||
<img src="https://github.com/ucbrise/piranha/blob/main/files/images/usenixbadges-reproduced.png?raw=true" alt="usenix-reproduced" width=10% height=10%/> | ||
</p> | ||
|
||
**Warning**: This is an academic proof-of-concept prototype and has not received careful code review. This implementation is NOT ready for production use. | ||
|