Metadata-Version: 1.0
Name: hashing
Version: 0.0.1
Summary: 'Various hash functions.'
Home-page: https://github.com/gwk/hashing
Author: George King
Author-email: george.w.king@gmail.com
License: 'CC0 for the CPython extension; various permissive licenses for the hash function implementations.'
Description: # Hashing
        
        This is a python package that implements various hash functions.
        
        ## AquaHash
        
        https://github.com/jandrewrogers/AquaHash.
        See also https://www.jandrewrogers.com/2019/03/06/hashing/.
        
Keywords: fast hash function
Platform: UNKNOWN
