Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
55
class
Hash_SHA(_GenericHash):
56
hash_cls = sha1
57
hash_len = 20
58
59
60
class
Hash_SHA224(_GenericHash):
Callers
6
MS_CHAP2_ChallengeHash
Function · 0.90
MS_CHAP2_GenerateAuthenticatorResponse
Function · 0.90
make_checksum
Method · 0.90
verify_checksum
Method · 0.90
tls_session_update
Method · 0.90
octetstring2key
Function · 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…