Crate cryprot_pprf

Source
Expand description

Distributed Puncturable Pseudorandom Function (PPRF) Implementation.

Structs§

PprfConfig
Config for a PPRF expansion.
RegularPprfReceiver
Receiver for the PPRF expansion.
RegularPprfSender
Sender for PPRF expansion.

Enums§

Error
Errors returned by the PPRF expansion.
OutFormat

Constants§

COMMUNICATION_PHASE
Communication phase for cryprot_net::metrics.
PARALLEL_TREES
Number of trees that are expanded in parallel using AES ILP.