Expand description

Implementation of the Naor-Pinkas oblivious transfer protocol (cf. https://dl.acm.org/citation.cfm?id=365502).

This implementation uses the Ristretto prime order elliptic curve group from the curve25519-dalek library.

Structs

Oblivious transfer receiver.
Oblivious transfer sender.