Skip to content
Snippets Groups Projects
Unverified Commit 218f07b7 authored by fireice-uk's avatar fireice-uk Committed by GitHub
Browse files

Merge pull request #2212 from psychocrypt/fix-groestl

OpenCL: fix groestl
parents b73401b7 d322ee4f
No related branches found
No related tags found
No related merge requests found
......@@ -1248,7 +1248,6 @@ __kernel void Groestl(__global ulong *states, __global uint *BranchBuf, __global
State[7] = 0x0001000000000000UL;
#pragma unroll 4
for(uint i = 0; i < 4; ++i)
{
volatile ulong H[8], M[8];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment