Skip to content

Commit 2373b40

Browse files
authored
silent ot triple protocol (#171)
1 parent 90f029d commit 2373b40

File tree

10 files changed

+909
-12
lines changed

10 files changed

+909
-12
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ primary design goal of this library to obtain *high performance* while being
2828

2929
**OLE and Beaver Triples:**
3030
* Foleage Binary Beaver Triples and F4 OLE (semi-honest) [[BBCCDS2024]](https://eprint.iacr.org/2024/429.pdf).
31+
* Binary Beaver Triples and OLE from the Silent OT[[BCGIKRS19]](https://eprint.iacr.org/2019/1159.pdf),[[RRT23]](https://eprint.iacr.org/2023/882) semi-honest/malicious protocol.
3132

3233
**Distributed Point Functions:**
3334
* Distributed Point Function (DPF)[[BGI18]](https://eprint.iacr.org/2018/707.pdf) with [Distributed] Key Generation (DKG) [[Ds17]](https://eprint.iacr.org/2017/827.pdf).
@@ -115,6 +116,7 @@ on platform/dependencies. The `ON`/`OFF` options include
115116

116117
**Beaver Triples:**
117118
* `ENABLE_FOLEAGE` the Bombar et al [[BBCCDS2024]](https://eprint.iacr.org/2024/429.pdf) semi-honest protocol.
119+
* `ENABLE_SILENTOT` the [[BCGIKRS19]](https://eprint.iacr.org/2019/1159.pdf),[[RRT23]](https://eprint.iacr.org/2023/882) semi-honest/malicious protocol.
118120

119121

120122
Addition options can be set for cryptoTools. See the cmake output.

0 commit comments

Comments
 (0)