Skip to content

FawadHa1der/groestl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This repo contains a parallelized groestl hash implementation for NVidia GPU

The Q transformation can be parallelized(since it is not chained) so first we transform the whole input message using the Q transformation only and then we use 8 parallel threads to apply the P transformation. The input can of any size N.

GPU Version: hash.cu  (Cuda-fied) 
Desktop version : hash.c (used for reference)

This builds on top of implementation from -> from https://www.groestl.info

About

groestl hash implementation for the Nvidia GPU

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published