Files
voprf-vx/src/tests/mod.rs
T

13 lines
403 B
Rust
Raw Normal View History

2021-09-09 01:56:54 -07:00
// Copyright (c) Facebook, Inc. and its affiliates.
//
2021-09-27 18:53:06 -07:00
// This source code is licensed under both the MIT license found in the
// LICENSE-MIT file in the root directory of this source tree and the Apache
// License, Version 2.0 found in the LICENSE-APACHE file in the root directory
// of this source tree.
2021-09-09 01:56:54 -07:00
2021-12-23 21:03:38 +01:00
#[cfg(feature = "alloc")]
2021-09-09 01:56:54 -07:00
mod mock_rng;
mod parser;
2021-09-09 01:56:54 -07:00
mod voprf_test_vectors;
2021-09-15 17:49:31 -07:00
mod voprf_vectors;