Loading pv080_crypto/symmetric.py +1 −1 Original line number Diff line number Diff line Loading @@ -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: Loading Loading
pv080_crypto/symmetric.py +1 −1 Original line number Diff line number Diff line Loading @@ -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: Loading