Address feedback

This commit is contained in:
Jan Winkelmann (keks)
2025-06-04 10:55:43 +02:00
parent 9cc7a58ee7
commit 73df0ceca7
4 changed files with 50 additions and 13 deletions

View File

@@ -13,7 +13,7 @@ pub type RpTrace = tracing::MutexTrace<&'static str, Instant>;
/// The trace event type used to trace Rosenpass for performance measurement.
pub type RpEventType = tracing::TraceEvent<&'static str, Instant>;
// Re-export to make functionality availalable and callers don't need to also directly depend on
// Re-export to make functionality available and callers don't need to also directly depend on
// [`libcrux_test_utils`].
pub use libcrux_test_utils::tracing::trace_span;
pub use tracing::Trace;