]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - aes/aes128_dec.h
global style change (now * is attached to identifier not to type)
[avr-crypto-lib.git] / aes / aes128_dec.h
index b5df9df702ae3c5f3ed8d17d7f8a4c0a9e8fe697..1f4e7f804d4db409467a2fbe1a0fd9c1e8947049 100644 (file)
@@ -39,7 +39,7 @@
  * \param buffer pointer to the block to decrypt
  * \param ctx    pointer to the key schedule
  */
-void aes128_dec(void* buffer, aes128_ctx_t* ctx);
+void aes128_dec(void *buffer, aes128_ctx_t *ctx);