X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=aes.h;h=9d5b77087efed4dad22018ed795eceec26b9ca97;hb=7f4bda01ca923c4a9aca6da3370a7c4793426a5c;hp=5a6ee3e3764d517db9027e907b3a097ec8dfa3e4;hpb=d6a35f05fd2b5ee79d5ad8424434ad1a068be453;p=avr-crypto-lib.git diff --git a/aes.h b/aes.h index 5a6ee3e..9d5b770 100644 --- a/aes.h +++ b/aes.h @@ -1,6 +1,6 @@ /* aes.h */ /* - This file is part of the Crypto-avr-lib/microcrypt-lib. + This file is part of the AVR-Crypto-Lib. Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) This program is free software: you can redistribute it and/or modify @@ -53,6 +53,4 @@ typedef struct{ uint8_t s[16]; } aes_cipher_state_t; -void aes_buffer2state(void* dest, void* src); - #endif