Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#ifndef SCRYPT_H #define SCRYPT_H #ifdef __cplusplus extern "C" { #endif void scrypt_1024_1_1_256(const char* input, char* output); void scrypt_1024_1_1_256_sp(const char* input, char* output, char* scratchpad); #define scrypt_scratchpad_size 131583; #ifdef __cplusplus } #endif #endif #5

Open
40mlion opened this issue Jul 11, 2020 · 0 comments

Comments

@40mlion
Copy link

40mlion commented Jul 11, 2020

No description provided.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant