Skip to content

BilawalAhmed0900/CudaSHA512

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

CudaSHA512

Implementation of SHA512 using CUDA. Inspiration from https://github.com/Horkyze/CudaSHA256.

Note

Do the following before first use

checkCudaErrors(cudaMemcpyToSymbol(sha512_dev_k, sha512_host_k, sizeof(sha512_host_k), 0, cudaMemcpyHostToDevice));

About

Implementation of SHA512 using CUDA

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages