Skip to content

Commit

Permalink
merge XMR
Browse files Browse the repository at this point in the history
  • Loading branch information
NaN-git authored and OhGodAGirl committed Dec 3, 2016
1 parent fa077cf commit 0c85c09
Show file tree
Hide file tree
Showing 11 changed files with 1,274 additions and 1,830 deletions.
4 changes: 2 additions & 2 deletions algorithm.c
Original file line number Diff line number Diff line change
Expand Up @@ -1293,10 +1293,10 @@ static algorithm_settings_t algos[] = {
{ "ethash", ALGO_ETHASH, "", (1ULL << 32), (1ULL << 32), 1, 0, 0, 0xFF, 0xFFFF000000000000ULL, 0x00000000UL, 0, 128, 0, ethash_regenhash, NULL, queue_ethash_kernel, gen_hash, append_ethash_compiler_options },
{ "ethash-genoil", ALGO_ETHASH, "", (1ULL << 32), (1ULL << 32), 1, 0, 0, 0xFF, 0xFFFF000000000000ULL, 0x00000000UL, 0, 128, 0, ethash_regenhash, NULL, queue_ethash_kernel, gen_hash, append_ethash_compiler_options },

{ "equihash", ALGO_EQUIHASH, "", 1, (1ULL << 28), (1ULL << 28), 0, 0, 0x20000, 0xFFFF000000000000ULL, 0x00000000UL, 0, 128, 0, equihash_regenhash, NULL, queue_equihash_kernel, gen_hash, append_equihash_compiler_options },

{ "cryptonight", ALGO_CRYPTONIGHT, "", (1ULL << 32), (1ULL << 32), (1ULL << 32), 0, 0, 0xFF, 0xFFFFULL, 0x0000ffffUL, 6, 0, 0, cryptonight_regenhash, NULL, queue_cryptonight_kernel, gen_hash, NULL },

{ "equihash", ALGO_EQUIHASH, "", 1, (1ULL << 28), (1ULL << 28), 0, 0, 0x20000, 0xFFFF000000000000ULL, 0x00000000UL, 0, 128, 0, equihash_regenhash, NULL, queue_equihash_kernel, gen_hash, append_equihash_compiler_options },

// Terminator (do not remove)
{ NULL, ALGO_UNK, "", 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL }
};
Expand Down
3 changes: 0 additions & 3 deletions algorithm.h
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,6 @@ void set_algorithm(algorithm_t* algo, const char* name);
/* Set to specific N factor. */
void set_algorithm_nfactor(algorithm_t* algo, const uint8_t nfactor);

/* Set to specific K factor. */
void set_algorithm_kfactor(algorithm_t* algo, const uint8_t kfactor);

/* Compare two algorithm parameters */
bool cmp_algorithm(const algorithm_t* algo1, const algorithm_t* algo2);

Expand Down
136 changes: 0 additions & 136 deletions algorithm/extern/blake2-impl.h

This file was deleted.

156 changes: 0 additions & 156 deletions algorithm/extern/blake2.h

This file was deleted.

Loading

0 comments on commit 0c85c09

Please sign in to comment.