Crate prio[][src]

Libprio-rs

Implementation of Prio: https://crypto.stanford.edu/prio/

For now we only support 0 / 1 vectors.

Modules

benchmarked

This package provides wrappers around internal components of this crate that we want to benchmark, but which we don’t want to expose in the public API.

client

Prio client

encrypt

Utilities for ECIES encryption / decryption

field

Finite field arithmetic over a prime field using a 32bit prime.

server

Prio server

util

Utility functions for handling Prio stuff.