![]() |
Feathercoin
0.5.0
P2P Digital Currency
|
#include "scrypt.h"
#include <stdlib.h>
#include <stdint.h>
#include <string.h>
#include <openssl/sha.h>
#include <emmintrin.h>
Go to the source code of this file.
Functions | |
void | scrypt_1024_1_1_256_sp_sse2 (const char *input, char *output, char *scratchpad) |
void scrypt_1024_1_1_256_sp_sse2 | ( | const char * | input, |
char * | output, | ||
char * | scratchpad | ||
) |
Definition at line 95 of file scrypt-sse2.cpp.