📅 You're Invited: Meet the Socket team at RSAC (April 28 – May 1).RSVP

cfnv1a

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cfnv1a

fnv1a c implementation for python

0.1.3
Maintainers
1

cfnv1a

fnv1a non-cryptographic hash function for python written in c.

Examples:

from cfnv1a import fnv1a

print(fnv1a("Hello"))
# 7201466553693376363

print(fnv1a("Hello", prime=7, offset=1))
# 9972599733547454827

Keywords

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts