Expand description
§ZappOT
This library provides an implementation of various oblivious transfer protocols.
Currently implemented are:
- The Chou Orlandi base OT protocol
- The ALSZ13 OT extension protocol
- The SilentOT extension protocol
Modules§
- Chou Orlandi base OT protocol.
- ALSZ13 OT extension protocol.
- SilentOT extension protocol.
- Oblivious transfer traits.
- Cryptographic utilities.
Constants§
Type Aliases§
- The default random oracle. Blake2b with an output of 160 bits.
- Blake2b random oracle with an output of 128 bits.