constantTimeEqualBytes(a: Uint8Array,b: Uint8Array,): boolean
Constant-time comparison for Uint8Arrays. Arrays of different lengths are never equal — the length difference seeds the mismatch flags, so no branch on it can leak timing.
a: Uint8Array
b: Uint8Array