This commit is contained in:
Jay D Dee
2023-10-25 20:36:20 -04:00
parent 31c4dedf59
commit 160608cce5
180 changed files with 10318 additions and 13097 deletions

View File

@@ -137,6 +137,17 @@ extern int yespower_tls(const uint8_t *src, size_t srclen,
extern int yespower_b2b_tls(const uint8_t *src, size_t srclen,
const yespower_params_t *params, yespower_binary_t *dst, int thr_id);
extern int yespower_tls_ref(const uint8_t *src, size_t srclen,
const yespower_params_t *params, yespower_binary_t *dst, int thr_id);
int yespower_hash( const char *input, char *output, int thrid );
int yespower_b2b_hash( const char *input, char *output, int thrid );
int yespower_hash_ref( const char *input, char *output, int thrid );
int yespower_b2b_hash_ref( const char *input, char *output, int thrid );
#if defined(__AVX2__)