Skip to content

Been written as bachelor thesis to measure speed differences between SHA-3 on both an Nvidia and AMD GPU

Notifications You must be signed in to change notification settings

TimSrk21/Keccak---CUDA-implementation

Repository files navigation

Standard implementation is SHA3-256 f[1600] with 24 rounds, can be changed in code

Provide path(s) of files to encrypt as arguments to the launching of the code

Parameters:

  • LOGG: logging your timings to a file (default True)
  • total: total State size (default 1600)
  • rate: rate size of State (default 1088 aka 136B)
  • delim_begin, delim_end : padding settings (default 0x06 and 0x80 respectively)

About

Been written as bachelor thesis to measure speed differences between SHA-3 on both an Nvidia and AMD GPU

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages