//! Shared code for `frost-ristretto255` integration tests. //! //! # Warning //! //! Test functions in this file and its submodules will not be run. //! This file is only for test library code. //! //! This module uses the legacy directory structure, //! to avoid compiling an empty "common" test binary: //! pub mod ciphersuite; pub mod vectors;