In the current project, I would like to create my own hash function, but still have not received a lot of theoretical background on the principle of hashing.
I would be very grateful if any of you could offer any useful resource about the theory of hashing, cryptography and practical implementations of hash functions.
Thank!
PS Since the hashing blocks of information in this case are part of a larger research project, I would like to create a hash function myself and thus learn the principle, and not use existing libraries. The information I'm working on will remain in the house, so there is no need to worry about possible attacks.
source
share