DioHash library
A simple hashing(one way) function using cubic diophantine equations
Use Python3 and Add the file DioHash to your project repo
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
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.