]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - noekeon/noekeon_ctr.h
global style change (now * is attached to identifier not to type)
[avr-crypto-lib.git] / noekeon / noekeon_ctr.h
index d7a601f7d374be5541a1542a02589c44246d24e4..73278865770a43b360521437dbdcddc21936c42d 100644 (file)
@@ -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_*/