-
Notifications
You must be signed in to change notification settings - Fork 38
Issues: Tydus/litecoin_scrypt
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
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
#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
opened Jul 11, 2020 by
40mlion
is the litecoin_scrypt can use for another coin using SCRYPT algorithm?
#3
opened Feb 25, 2014 by
tom165
ProTip!
Exclude everything labeled
bug
with -label:bug.