b-garbacz / Groestl-256

Implementation of the Groestl-256 hash function in Python language as my task from lab classes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Groestl-256

Implementation of the Groestl-256 hash function in Python language as my task from lab classes

Example of use:

Go to the location of the program and type in CMD/Terminal: "Python groestl.py name-of-file", example below... image

###Result for the test.pdf: image

In the res file we can find hash output:
image

Test Vectors by using comapre_test() function

Examples of Grøstl hashes from Wikiedia:
image
image
From the website (But they are proposed by authors...You can trust me)https://asecuritysite.com/hash/gro :
image
image

output:
image

About

Implementation of the Groestl-256 hash function in Python language as my task from lab classes


Languages

Language:Python 100.0%