Fixed Windows compile
This commit is contained in:
parent
831173634e
commit
9a37cd4032
1 changed files with 1 additions and 1 deletions
|
@ -820,7 +820,7 @@ yescrypt_init_shared(yescrypt_shared_t * shared,
|
|||
|
||||
half1 = half2 = *shared;
|
||||
half1.aligned_size /= 2;
|
||||
half2.aligned += half1.aligned_size;
|
||||
(uint8_t*)half2.aligned += half1.aligned_size;
|
||||
half2.aligned_size = half1.aligned_size;
|
||||
N /= 2;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue