#ifndef ALGORITHM_H #define ALGORITHM_H /* Describes the Scrypt parameters and hashing functions used to mine * a specific coin. */ typedef struct algorithm_t algorithm_t; #endif /* ALGORITHM_H */