]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - echo/aes_enc_round.h
global style change (now * is attached to identifier not to type)
[avr-crypto-lib.git] / echo / aes_enc_round.h
index 18ffd9bc4eaf3d01a39e753131adbf36cb89cd3d..ccbf04e4b1ccddafe9d9e7af10e55d0d610f2186 100644 (file)
@@ -28,7 +28,7 @@ typedef struct{
        uint8_t ks[16];
 } aes_roundkey_t;
 
-void aes_enc_round(aes_cipher_state_t* state, const aes_roundkey_t* k);
+void aes_enc_round(aes_cipher_state_t *state, const aes_roundkey_t *k);
 
 
 #endif /* AES_ENC_ROUND_H_ */