]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - aes.h
renaming to AVR-Crypto-Lib
[avr-crypto-lib.git] / aes.h
diff --git a/aes.h b/aes.h
index 5a6ee3e3764d517db9027e907b3a097ec8dfa3e4..7a5b0d1f7f18d61ed3abe18b8bb49464ab6bbb94 100644 (file)
--- 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 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