Commit 568b2c7a authored by Jan Kvapil's avatar Jan Kvapil
Browse files

Document the correct length of SHA256 digest

parent 167ca237
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -312,7 +312,7 @@ def sha256_hash(data: bytes) -> bytes:

    :param data: The bytes of the data to hash.

    :returns: The digest of the data (256 bytes).
    :returns: The digest of the data (32 bytes).

    Example: