pub fn ct_eq<A, B>(a: A, b: B) -> boolExpand description
Constant-time comparison of two byte slices
Returns true if the slices are equal, false otherwise. Length is treated as public and a mismatch returns early; for equal lengths, comparison has no data-dependent early exit in this source implementation. Concrete compiler and target behavior remains subject to the release assembly checks.