An iterative construction of a hash function..

7 views
Skip to first unread message

medinaro...@gmail.com

unread,
Jun 2, 2015, 2:31:45 PM6/2/15
to hash-fu...@googlegroups.com
Hello,

I have develop an interesting form of iterative hashing, using boolean functions, to achieve a very good way to reinterpret the hash functions.

Basically, my construct is of this form:


partialHash_(n) = evalBoolFuncs( partialHash_(n-1) + chartAt(i-1) + chartAt(i) + chartAt(i+1) + partialHash_(n-2) ) ;


I also have an implementation written in Java of this approach in GitHub:

https://github.com/jmedina2099/HashUniforme/blob/master/src/org/hashuniforme/hash/funciones/HashIterativeBoolean.java#L17


Any comments or doubts would be appreciated, my regards.

Greetings.
Reply all
Reply to author
Forward
0 new messages