Expand description
Modules§
- Implementation of the “Kolesnikov-Matania-Pinkas-Rosulek-Trieu” multi-party private set intersection protocol (cf. https://eprint.iacr.org/2017/799.pdf).
- Implementation of the Pinkas-Schneider-Zohner private set intersection protocol (cf. https://eprint.iacr.org/2014/447) as specified by Kolesnikov-Kumaresan-Rosulek-Trieu (cf. https://eprint.iacr.org/2016/799).
- Util mostly in support of cuckoo hashing.
Enums§
- Errors produced by the private set intersection protocols.
Type Aliases§
- Multi-party private set intersection receiver.
- Multi-party private set intersection sender.
- Private set intersection receiver.
- Private set intersection sender.