Navigation Menu

Skip to content

ricsonc/CRHF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Collision Resistant Hash Function

This is a collision resistant hash function written in haskell. It was written fun while I was learning haskell. As a result, it should not be used for any serious applications.

This hash function uses the standard merkel damgard construction, and is also inspired from the Keccak sponge function family.

Preliminary tests seem to show that this function exhibits the desirable avalanche effect, and it should be non-trivial to force a hash collision.

About

a collision resistant hash function

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published