Metadata-Version: 2.0
Name: DioHash
Version: 1.1.0
Summary: UNKNOWN
Home-page: https://github.com/sukreshmanda/DioHash
Author: Manda Sukresh
Author-email: mandasukresh@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

`DioHash <https://github.com/sukreshmanda/diohash>`__ library
=============================================================

A simple hashing(one way) function using cubic diophantine equations

Usage
-----

Use Python3 and Add the file DioHash to your project repo

.. code:: python

    import DioHash

    DioHash.dio128("text").hexdigest() #for 128-bits hash
    DioHash.dio256("text").hexdigest() #for 256-bits hash
    DioHash.dio512("text").hexdigest() #for 512-bits hash

Community
---------

| 
| 
| 
| 
| 
| 

` <https://www.buymeacoffee.com/sukreshmanda>`__

Contributing
------------

Pull requests are welcome. For major changes, please open an issue first
to discuss what you would like to change.

Please make sure to update tests as appropriate.

License
-------

`GPLv3.0 <https://choosealicense.com/licenses/gpl-3.0/>`__


