cryptorf: style

This commit is contained in:
Philippe Teuwen 2020-08-19 22:19:46 +02:00
commit b134753a08
9 changed files with 1703 additions and 1498 deletions

View file

@ -33,14 +33,14 @@ extern "C" {
typedef uint8_t nibble;
typedef struct {
uint64_t l;
uint64_t m;
uint64_t r;
nibble b0;
nibble b1;
nibble b1l;
nibble b1r;
nibble b1s;
uint64_t l;
uint64_t m;
uint64_t r;
nibble b0;
nibble b1;
nibble b1l;
nibble b1r;
nibble b1s;
} crypto_state_t;
typedef crypto_state_t *crypto_state;