Metadata-Version: 2.0
Name: DioHash
Version: 2.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
---------
|Stars Badge| |Forks Badge| |Pull Requests Badge| |Issues Badge| |GitHub
contributors| |License Badge|

.. |Stars Badge| image:: https://img.shields.io/github/stars/sukreshmanda/DioHash
   :target: https://github.com/sukreshmanda/DioHash/stargazers
.. |Forks Badge| image:: https://img.shields.io/github/forks/sukreshmanda/DioHash
   :target: https://github.com/sukreshmanda/DioHash/network/members
.. |Pull Requests Badge| image:: https://img.shields.io/github/issues-pr/sukreshmanda/DioHash
   :target: https://github.com/sukreshmanda/DioHash/pulls
.. |Issues Badge| image:: https://img.shields.io/github/issues/sukreshmanda/DioHash
   :target: https://github.com/sukreshmanda/DioHash/issues
.. |GitHub contributors| image:: https://img.shields.io/github/contributors/sukreshmanda/DioHash?color=2b9348
   :target: https://github.com/sukreshmanda/DioHash/graphs/contributors
.. |License Badge| image:: https://img.shields.io/github/license/sukreshmanda/DioHash?color=2b9348
   :target: https://github.com/sukreshmanda/DioHash/blob/master/LICENSE

|ImageLink|_

.. |ImageLink| image:: https://www.buymeacoffee.com/assets/img/guidelines/download-assets-2.svg
.. _ImageLink: 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/>`__


