Skip to content
Snippets Groups Projects
Commit e0f0ad4d authored by psychocrypt's avatar psychocrypt
Browse files

collect XMR and Aeon characteristics

... into a single place
parent b0d5f15f
No related branches found
No related tags found
No related merge requests found
#pragma once
// define aeon settings
#define AEON_MEMORY 1048576llu
#define AEON_MASK 0xFFFF0
#define AEON_ITER 0x40000
// define xmr settings
#define XMR_MEMORY 2097152llu
#define XMR_MASK 0x1FFFF0
#define XMR_ITER 0x80000
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