Skip to content

Commit

Permalink
chore: remove unnessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
hunjixin committed Jul 2, 2024
1 parent fa2def1 commit d75f377
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 36 deletions.
26 changes: 0 additions & 26 deletions pkg/resourceprovider/cudaminer/config.h

This file was deleted.

11 changes: 1 addition & 10 deletions pkg/resourceprovider/cudaminer/keccak.cu
Original file line number Diff line number Diff line change
@@ -1,15 +1,6 @@
/*
* keccak.cu Implementation of Keccak/SHA3 digest
*
* Date: 12 June 2019
* Revision: 1
*
* This file is released into the Public Domain.
*/

extern "C"
{
#include "keccak.cuh"
#include "keccak.cuh"
}

#define KECCAK_ROUND 24
Expand Down

0 comments on commit d75f377

Please sign in to comment.