bool constantTimeEquals(String a, String b) { return constantTimeEqualsBytes(a.codeUnits, b.codeUnits); }