X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=noekeon%2Fnoekeon_ctr.h;fp=noekeon%2Fnoekeon_ctr.h;h=73278865770a43b360521437dbdcddc21936c42d;hp=d7a601f7d374be5541a1542a02589c44246d24e4;hb=3a9f9d918fb95474996af535c225a7e187d88372;hpb=33d65e8032f77c1cbec1bc99e898affc96966c3c diff --git a/noekeon/noekeon_ctr.h b/noekeon/noekeon_ctr.h index d7a601f..7327886 100644 --- a/noekeon/noekeon_ctr.h +++ b/noekeon/noekeon_ctr.h @@ -37,6 +37,6 @@ typedef struct{ 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_*/