Metadata-Version: 2.1
Name: unithash
Version: 1.2.5
Summary: Hashing Algorithm | Python
Home-page: https://github.com/AdityaChellam/unithash
Author: Aditya Chellam
License: MIT
Download-URL: https://github.com/AdityaChellam/unithash/archive/refs/tags/v_125.tar.gz
Project-URL: Documentation, https://www.codeofcoffee.com/2021/04/creating-my-own-python-library-and.html
Description: Compute the unit hash digest of a string by segmenting the string into blocks of a specified size and recursively computing the sum of all digits in each block.
        In order to use this hashing algorithm in your code, do a pip install for the library.
        
        	pip install unithash
        
        
Keywords: HASHING,UNITSUM
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
