Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/secdev/scapy
/ crc32
Function
crc32
scapy/tools/UTscapy.py:455–456 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
453
454
# COMPUTE CAMPAIGN DIGESTS #
455
def
crc32(x):
456
return
"%08X"
% (0xffffffff & zlib.crc32(bytearray(x,
"utf8"
)))
457
458
459
def
sha1(x):
Callers
7
compute_campaign_digests
Function · 0.85
compute_icrc
Method · 0.85
post_build
Method · 0.85
check_MIC_ICV
Function · 0.85
build_MIC_ICV
Function · 0.85
compute_fcs
Method · 0.85
encrypt
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected