//! v0.21 — existence pins for `gmcrypto-simd`'s internal `#[doc(hidden)]` entry
//! points that `gmcrypto-core` relies on across the crate boundary. This crate
//! has **no stable Rust API** (see `docs/v0.21-scope.md` Q21.5): the items below
//! are `pub` only so core can call them, and are not covered by SemVer for any
//! external consumer. This test guards against a silent removal that would break
//! the core build — it calls each dispatcher once (scalar fallback on any arch
//! without the relevant intrinsic).