Skip to content

Commit 8f1a80e

Browse files
committed
Update readme for new schemes
1 parent 3946a04 commit 8f1a80e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,16 @@
22

33
Function secret sharing (FSS) primitives including:
44

5-
- 2-party distributed point function (DPF)
6-
- 2-party distributed comparison function (DCF)
5+
- 2-party distributed point function (DPF), based on [Boyle et al. (CCS '16)](https://doi.org/10.1145/2976749.2978429) or [Half-Tree (EUROCRYPT '23)](https://doi.org/10.1007/978-3-031-30545-0_12).
6+
- 2-party distributed comparison function (DCF), based on [Boyle et al. (EUROCRYPT '21)](https://doi.org/10.1007/978-3-030-77886-6_30) or [Grotto (CCS '23)](https://doi.org/10.1145/3576915.3623147).
7+
- 2-party verifiable distributed point function (VDPF), based on [Castro & Polychroniadou (EUROCRYPT '22)]().
78

89
[Documentation](https://myl7.github.io/fss/)
910

1011
Features:
1112

1213
- First-class support for GPU (based on CUDA)
14+
- Top-tier performance shown by benchmarks
1315
- Well-commented and documented
1416
- Header-only library, easy for integration
1517

0 commit comments

Comments
 (0)