voprf-vx 1.0.0

An implementation of a verifiable oblivious pseudorandom function (VOPRF)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
// SPDX-License-Identifier: MIT OR Apache-2.0
// Copyright (c) VexaHub and contributors.
// Copyright (c) Meta Platforms, Inc. and affiliates.

mod cfrg_vectors;
mod macros;
mod mock_rng;
mod parser;
mod test_cfrg_vectors;

pub(crate) mod helpers;

pub(crate) use macros::test_all_curves;