//! Shared test fixtures and harness for operation KATs.
//!//! This module centralises the `Case` / `Cases` structs and the
//! `run_committed_kats` harness so that individual ops do not duplicate the
//! same serde definitions and test loops.
pubmodcase;pubmodtest_harness;pubusecase::{Case, Cases};pubusetest_harness::{hex_to_bytes, run_committed_kats};