X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=noekeon%2Fnoekeon_ctr.h;h=69b0538343cfc631a13732f199337ea6ddae1644;hb=61b5214b9a948a74fe9c22586b84d19d24537fdb;hp=19cbe36446fa45b3c3f7fbfc4b49ba6ed1229c2c;hpb=d70d1d77bab1a5f5278227d674bc59da0378fe15;p=arm-crypto-lib.git diff --git a/noekeon/noekeon_ctr.h b/noekeon/noekeon_ctr.h index 19cbe36..69b0538 100644 --- a/noekeon/noekeon_ctr.h +++ b/noekeon/noekeon_ctr.h @@ -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 -#include "noekeon/noekeon.h" +#include "noekeon.h" typedef struct{ uint8_t counter[16];