forked from frankw2/libfss
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathREADME
13 lines (7 loc) · 975 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
This is a function secret sharing (FSS) library for Go based the following papers:
- Boyle, Elette, Niv Gilboa, and Yuval Ishai. "Function Secret Sharing: Improvements and Extensions." Proceedings of the 2016 ACM SIGSAC Conference on Computer and Communications Security. ACM, 2016.
- Boyle, Elette, Niv Gilboa, and Yuval Ishai. "Function secret sharing." Annual International Conference on the Theory and Applications of Cryptographic Techniques. Springer Berlin Heidelberg, 2015.
This implementation uses the techniques described in:
Frank Wang, Catherine Yun, Shafi Goldwasser, Vinod Vaikuntanathan, and Matei Zaharia. "Splinter: Practical Private Queries on Public Data." NSDI 2017.
We created a Go library for portability reasons. The main FSS files are in libfss/. Running "go test libfss" will run the test file.
For any questions, feel free to create an issue, submit a pull request, or email Frank Wang at [email protected] or Catherine Yun at [email protected].