I am studying hash algorithms. I've learned how to use hash functions and methods implemented in many frameworks, but I need know how to make my own implementation of a hash function or the basics steps for implementing one simple hash function.
Where would i find information about that?