Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
norakh authored Oct 2, 2024
1 parent 45f3dec commit 233594a
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,17 @@

This framework implements secure 2-party secret-sharing-based multi party computation protocols. Currently, we implement
the Boolean and arithmetic versions of GMW87 with multiplication triple preprocessing. Additionally, we implement the
Boolean part of the ABY2.0 protocol.
Boolean part of the ABY2.0 protocol.

## Citing SEEC
If you use SEEC for your academic projects, please cite as follows:
@inproceedings{HKS24,
author={Robin William Hundt and Nora Khayata and Thomas Schneider},
title={{POSTER}: {SEEC} — {M}emory Safety Meets Efficiency in Secure Two-Party Computation},
booktitle={ACSAC},
year={2024},
}
Our poster abstract is available [here](https://encrypto.de/papers/HKS24Poster.pdf).

## Secure Multi-Party Computation

Expand Down Expand Up @@ -153,4 +163,4 @@ The figure below shows a simplified version of the main traits and types of SEEC

## Benchmarking

Alongside SEEC, we're developing an MPC [benchmarking tool](https://github.com/encryptogroup/mpc-bench).
Alongside SEEC, we're developing an MPC [benchmarking tool](https://github.com/encryptogroup/mpc-bench).

0 comments on commit 233594a

Please sign in to comment.