Skip to main content

Native checksum implementation for python

Project description

# Checksum only python native module I tried to find a quick python native implemenation of ip checksum to achieve a better performance - I Didn’t find any, so I created my own module.

Calculate IP checksum-16 (Host endianess for compatability with other pure python implementations:

#### How to use `python from checksum import checksum res = checksum(b'BEST DATA') ` The module also supports partial checksums: `python from checksum import checksum res = checksum(b'BEST DATA') res = checksum(b'ANOTHER BULK OF GREAT DATA', res) `

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

checksum16-1.1.1.tar.gz (1.7 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page