pooler
12 years ago
committed by
Warren Togami
2 changed files with 3 additions and 11 deletions
@ -1,17 +1,9 @@ |
|||||||
#ifndef SCRYPT_H |
#ifndef SCRYPT_H |
||||||
#define SCRYPT_H |
#define SCRYPT_H |
||||||
|
|
||||||
#ifdef __cplusplus |
static const int SCRYPT_SCRATCHPAD_SIZE = 131072 + 63; |
||||||
extern "C" { |
|
||||||
#endif |
|
||||||
|
|
||||||
#define SCRYPT_SCRATCHPAD_SIZE (131072 + 63) |
|
||||||
|
|
||||||
void scrypt_1024_1_1_256_sp(const char *input, char *output, char *scratchpad); |
void scrypt_1024_1_1_256_sp(const char *input, char *output, char *scratchpad); |
||||||
void scrypt_1024_1_1_256(const char *input, char *output); |
void scrypt_1024_1_1_256(const char *input, char *output); |
||||||
|
|
||||||
#ifdef __cplusplus |
|
||||||
} |
|
||||||
#endif |
|
||||||
|
|
||||||
#endif |
#endif |
||||||
|
Loading…
Reference in new issue