/** * Tests for the engine-side mirror of opensip's content-derived * symbol-ID / edge-ID hashing. * * Covers two layers: * 1. Golden hex values — locks the algorithm byte-for-byte. * Computed independently via `node:crypto` against the exact * canonicalization string opensip's `computeSymbolId` produces. * A change to either side's algorithm fails these. * 2. Invariants — determinism, divergence across each input field, * arity-null vs arity-0 distinction, unresolved-edge differentiation. * * Cross-repo validation (engine ↔ opensip symbol-id.ts byte-equivalence) * belongs in a parity test that can import both implementations. The golden * values here are pre-computed against opensip's algorithm and pin the local * mirror until such a cross-repo fixture is available. * * Phase 3 Task 3.2 per DEC-498. */ export {}; //# sourceMappingURL=opensip-id-derivation.test.d.ts.map