This commit is contained in:
cathugger 2022-05-05 23:18:41 +03:00
parent 01062d70d1
commit 6438396a33
No known key found for this signature in database
GPG key ID: 9BADDA2DAF6F01A8
10 changed files with 78 additions and 32 deletions

View file

@ -1,5 +1,5 @@
void *worker_batch(void *task)
void *CRYPTO_NAMESPACE(worker_batch)(void *task)
{
union pubonionunion pubonion;
u8 * const pk = &pubonion.raw[PKPREFIX_SIZE];