port chacha.h to the code style used elsewhere

This commit is contained in:
Daniel Micay 2018-10-04 04:13:28 -04:00
parent 08a633b244
commit 92a33182fb

View File

@ -9,8 +9,7 @@
typedef uint8_t u8;
typedef uint32_t u32;
typedef struct
{
typedef struct {
u32 input[16];
} chacha_ctx;