Cross-check ciris-crypto against reference implementations
Per the CEG benchmark/crib work (CIRISRegistry#61) and the CEG 0.15 streaming-standards fold (now conforms to MLS TreeKEM / RFC 9420 + SFrame).
Crib targets are open source (liboqs MIT, OpenMLS BSD-3). Feeds the CEG 1.0 streaming-feasibility case.
Cross-check ciris-crypto against reference implementations
Per the CEG benchmark/crib work (CIRISRegistry#61) and the CEG 0.15 streaming-standards fold (now conforms to MLS TreeKEM / RFC 9420 + SFrame).
src/ciris-crypto/benches/federation_crypto.rs(criterion) and compare ML-KEM-768 / ML-DSA-65 per-op to liboqs (AVX2). Sanity vs the CEG model figures (X25519 ~23µs vs ML-KEM-768 encaps ~30µs; AES-256-GCM hot path).hybrid_kex/key_grantepoch cascade to OpenMLS TreeKEM rekey (the §10.5.3 conformance target).wrap_algorithm: v2(X25519+ML-KEM-768) hybrid wrap/unwrap round-trips against KATs.Crib targets are open source (liboqs MIT, OpenMLS BSD-3). Feeds the CEG 1.0 streaming-feasibility case.