MCPcopy 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 #
455def crc32(x):
456 return "%08X" % (0xffffffff & zlib.crc32(bytearray(x, "utf8")))
457
458
459def sha1(x):

Callers 7

compute_campaign_digestsFunction · 0.85
compute_icrcMethod · 0.85
post_buildMethod · 0.85
check_MIC_ICVFunction · 0.85
build_MIC_ICVFunction · 0.85
compute_fcsMethod · 0.85
encryptMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected