]> git.cryptolib.org Git - arm-crypto-lib.git/blobdiff - noekeon/noekeon_ctr.h
improving present
[arm-crypto-lib.git] / noekeon / noekeon_ctr.h
index 19cbe36446fa45b3c3f7fbfc4b49ba6ed1229c2c..69b0538343cfc631a13732f199337ea6ddae1644 100644 (file)
@@ -1,6 +1,6 @@
 /* noekeon_ctr.h */
 /*
-    This file is part of the AVR-Crypto-Lib.
+    This file is part of the ARM-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
@@ -30,7 +30,7 @@
 #define NOEKEON_CTR_H_
 
 #include <stdint.h>
-#include "noekeon/noekeon.h"
+#include "noekeon.h"
 
 typedef struct{
        uint8_t counter[16];