X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=noekeon%2Fnoekeon_ctr.h;h=73278865770a43b360521437dbdcddc21936c42d;hb=e542ff92d053ecf40b42364a44bc887431cecae2;hp=19cbe36446fa45b3c3f7fbfc4b49ba6ed1229c2c;hpb=924aa320bef6f192feecdb67d209c790bd49ea49;p=avr-crypto-lib.git diff --git a/noekeon/noekeon_ctr.h b/noekeon/noekeon_ctr.h index 19cbe36..7327886 100644 --- a/noekeon/noekeon_ctr.h +++ b/noekeon/noekeon_ctr.h @@ -30,13 +30,13 @@ #define NOEKEON_CTR_H_ #include -#include "noekeon/noekeon.h" +#include "noekeon.h" typedef struct{ uint8_t counter[16]; uint8_t key[16]; }noekeon_ctr_ctx_t; -void noekeon_ctr_next(void* buffer, const noekeon_ctr_ctx_t* ctx); +void noekeon_ctr_next(void *buffer, const noekeon_ctr_ctx_t *ctx); #endif /*NOEKEON_CTR_H_*/