Package dpkt :: Module crc32c
[show private | hide private]
[frames | no frames]

Module dpkt.crc32c

Function Summary
  add(crc, buf)
  cksum(buf)
Return computed CRC-32c checksum.
  done(crc)

Variable Summary
tuple crc32c_table = (0L, 4067132163L, 3778769143L, 324072436L...

Function Details

cksum(buf)

Return computed CRC-32c checksum.

Variable Details

crc32c_table

Type:
tuple
Value:
(0L,
 4067132163L,
 3778769143L,
 324072436L,
 3348797215L,
 904991772L,
 648144872L,
 3570033899L,
...                                                                    

Generated by Epydoc 2.1 on Sun Oct 1 11:24:14 2006 http://epydoc.sf.net