MCPcopy
hub / github.com/pyca/cryptography / SHA1

Class SHA1

src/cryptography/hazmat/primitives/hashes.py:101–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99
100
101class SHA1(HashAlgorithm):
102 name = "sha1"
103 digest_size = 20
104 block_size = 64
105
106
107class SHA512_224(HashAlgorithm): # noqa: N801

Callers 13

test_truncateMethod · 0.90
test_generateMethod · 0.90
test_verifyMethod · 0.90
test_invalid_verifyMethod · 0.90
test_length_not_intMethod · 0.90
test_buffer_protocolMethod · 0.90

Calls

no outgoing calls

Tested by 13

test_truncateMethod · 0.72
test_generateMethod · 0.72
test_verifyMethod · 0.72
test_invalid_verifyMethod · 0.72
test_length_not_intMethod · 0.72
test_buffer_protocolMethod · 0.72