mirror of
https://github.com/GrapheneOS/hardened_malloc.git
synced 2025-04-19 14:00:19 +02:00
port chacha.h to the code style used elsewhere
This commit is contained in:
parent
08a633b244
commit
92a33182fb
1 changed files with 5 additions and 6 deletions
3
chacha.h
3
chacha.h
|
@ -9,8 +9,7 @@
|
|||
typedef uint8_t u8;
|
||||
typedef uint32_t u32;
|
||||
|
||||
typedef struct
|
||||
{
|
||||
typedef struct {
|
||||
u32 input[16];
|
||||
} chacha_ctx;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue