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