mirror of
https://github.com/cathugger/mkp224o.git
synced 2025-05-14 22:12:49 +00:00
rid of more of unnamed unions
This commit is contained in:
parent
c12df97b3b
commit
3bf616bee0
1 changed files with 2 additions and 2 deletions
4
main.c
4
main.c
|
@ -321,7 +321,7 @@ static void *dowork(void *task)
|
|||
u64 prefix[4];
|
||||
u64 key[4];
|
||||
u64 hash[4];
|
||||
} ;
|
||||
} i;
|
||||
} pubonion;
|
||||
u8 * const pk = &pubonion.raw[pkprefixlen];
|
||||
u8 secret[skprefixlen + SECRET_LEN];
|
||||
|
@ -401,7 +401,7 @@ static void *dofastwork(void *task)
|
|||
u64 prefix[4];
|
||||
u64 key[4];
|
||||
u64 hash[4];
|
||||
} ;
|
||||
} i;
|
||||
} pubonion;
|
||||
u8 * const pk = &pubonion.raw[pkprefixlen];
|
||||
u8 secret[skprefixlen + SECRET_LEN];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue