2023-05-22 23:04:26 -07:00
|
|
|
// Copyright (c) Meta Platforms, Inc. and affiliates.
|
2020-06-05 09:35:14 -07:00
|
|
|
//
|
2023-05-22 23:04:26 -07:00
|
|
|
// This source code is dual-licensed under either the MIT license found in the
|
|
|
|
|
// LICENSE-MIT file in the root directory of this source tree or the Apache
|
2021-12-03 14:38:11 -08:00
|
|
|
// License, Version 2.0 found in the LICENSE-APACHE file in the root directory
|
2023-05-22 23:04:26 -07:00
|
|
|
// of this source tree. You may select, at your option, one of the above-listed
|
|
|
|
|
// licenses.
|
2020-06-05 09:35:14 -07:00
|
|
|
|
2021-01-26 09:27:30 -08:00
|
|
|
mod full_test;
|
2023-11-16 20:07:46 +01:00
|
|
|
#[rustfmt::skip]
|
|
|
|
|
mod full_test_vectors;
|
2020-06-05 09:35:14 -07:00
|
|
|
pub mod mock_rng;
|
2021-10-09 18:17:07 -07:00
|
|
|
mod opaque_vectors;
|
|
|
|
|
mod parser;
|
2025-04-22 09:08:17 +02:00
|
|
|
#[cfg(test_hsm)]
|
|
|
|
|
mod remote_key;
|
2021-10-09 18:17:07 -07:00
|
|
|
mod test_opaque_vectors;
|