CudaSHA256 icon indicating copy to clipboard operation
CudaSHA256 copied to clipboard

Simple tool to calculate sha256 on GPU using Cuda

CudaSHA256

Simple tool to calculate sha256 on GPU using Cuda

Built

nvcc main.cu

Run

./a.out <some test file> <another test file> ...
or
nvprof ./a.out <some test file> <another test file> ...