Metadata-Version: 2.1
Name: HashingNumLib
Version: 0.0.4
Summary: A hashing library
Home-page: UNKNOWN
Author: Abderrahman Hiroual
Author-email: hiroual.abderrahman.student@gd-gsr.com
License: MIT
Description: a simple number hashing library that has two functions :
        ________________________________________________________
        encrypting : enc254("hello") ---  2653893584758479292
        decrypting : dec254(2653893584758479292) ---
        --------------------------------------------------------
        . decrypt Values can be String Numbers or Integers
        
        
        Change log
        
        ==========================
        
        0.0.4  (24/05/2021)
        __________________________
        -First Release
Keywords: Hashing
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Education
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
