constantTimeEqualBytes(a: Uint8Array,b: Uint8Array,): boolean
Constant-time comparison for Uint8Arrays of equal length Caller must ensure arrays have the same length (validated by verifyPassword)
a: Uint8Array
b: Uint8Array