// ---------------- [ File: bitcoin-poly1305/src/trace_step.rs ]
crateix!;
/// Small helper: emit a `TRACE` event whose `step` field is fixed and all
/// remaining tokens are forwarded verbatim to `tracing::trace!`. This lets
/// you write e.g.
/// `trace_step!("c‑prop‑0", { c, h_before = h0, h_after = h[0] });`