3.9.4 Add tests to the transcript crate

This commit is contained in:
Luke Parker
2023-03-07 02:25:10 -05:00
parent 20a33079f8
commit a053454ae4
3 changed files with 102 additions and 0 deletions

View File

@@ -6,6 +6,9 @@ mod merlin;
#[cfg(feature = "merlin")]
pub use crate::merlin::MerlinTranscript;
#[cfg(any(test, feature = "tests"))]
pub mod tests;
use digest::{
typenum::{
consts::U32, marker_traits::NonZero, type_operators::IsGreaterOrEqual, operator_aliases::GrEq,