]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - bcal_aes192.h
further shrinked bmw tiny to 1714 bytes
[avr-crypto-lib.git] / bcal_aes192.h
index d669aed3adc327a286e030b30697ccace0daf2c0..cff8371e4658554fd4ee4b488949830b23730771 100644 (file)
@@ -1,6 +1,6 @@
 /* bcal_aes192.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
@@ -26,7 +26,7 @@
  */
 
 #include <avr/pgmspace.h>
-#include "blopckcipher_descriptor.h"
+#include "blockcipher_descriptor.h"
 #include "aes.h"
 #include "aes192_enc.h"
 #include "aes192_dec.h"