Skip to content

custom hash function algorithm created by me implemented in python

Notifications You must be signed in to change notification settings

singhroshan1999/hash_function

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

hash_function

custom hash function algorithm created by me implemented in python

this is simple pseudo random number generator based hash generating function/algorithm. Basic principal behind this algorithm is; a pseudo number generator whose output depends on two input number (ascii character code and position of character). though this algorithm didn't gone through rigor testing still useful for educational purposes.

About

custom hash function algorithm created by me implemented in python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages