PHP 8.3.31
Preview: constant_time.py Size: 422 B
/opt/cloudlinux/venv/lib/python3.11/site-packages/cryptography/hazmat/primitives/constant_time.py

# This file is dual licensed under the terms of the Apache License, Version
# 2.0, and the BSD License. See the LICENSE file in the root of this repository
# for complete details.

from __future__ import annotations

import hmac


def bytes_eq(a: bytes, b: bytes) -> bool:
    if not isinstance(a, bytes) or not isinstance(b, bytes):
        raise TypeError("a and b must be bytes.")

    return hmac.compare_digest(a, b)

Directory Contents

Dirs: 6 × Files: 11

Name Size Perms Modified Actions
- drwxr-xr-x 2026-02-06 07:30:34
Edit Download
ciphers DIR
- drwxr-xr-x 2026-02-06 07:30:34
Edit Download
kdf DIR
- drwxr-xr-x 2026-02-06 07:30:34
Edit Download
- drwxr-xr-x 2026-02-06 07:30:34
Edit Download
twofactor DIR
- drwxr-xr-x 2026-02-06 07:30:34
Edit Download
- drwxr-xr-x 2026-02-06 07:30:39
Edit Download
2.02 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
422 B lrw-r--r-- 2026-01-20 13:01:48
Edit Download
5.00 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
423 B lrw-r--r-- 2026-01-20 13:01:48
Edit Download
5.54 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
6.10 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
355 B lrw-r--r-- 2026-01-20 13:01:48
Edit Download
532 B lrw-r--r-- 2026-01-20 13:01:48
Edit Download
1.07 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
5.09 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
180 B lrw-r--r-- 2026-01-20 13:01:48
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).