MCPcopy Create free account
hub / github.com/secdev/scapy / Hash_SHA

Class Hash_SHA

scapy/layers/tls/crypto/hash.py:55–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53
54
55class Hash_SHA(_GenericHash):
56 hash_cls = sha1
57 hash_len = 20
58
59
60class Hash_SHA224(_GenericHash):

Callers 6

MS_CHAP2_ChallengeHashFunction · 0.90
make_checksumMethod · 0.90
verify_checksumMethod · 0.90
tls_session_updateMethod · 0.90
octetstring2keyFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…