X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=seed_sbox.h;h=0c79bf082cf2bd7228681670dd4c0e938d4fdb39;hb=17332291e15183d71d88ed868275e3cb53917180;hp=91ce4c66a74191846dc17fec80e2eebe5e36a78e;hpb=e363148c4ed1265a963d310102ce5dd7c9e1e326;p=avr-crypto-lib.git diff --git a/seed_sbox.h b/seed_sbox.h index 91ce4c6..0c79bf0 100644 --- a/seed_sbox.h +++ b/seed_sbox.h @@ -1,6 +1,6 @@ /* seed_sbox.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 @@ -31,7 +31,7 @@ #include #include -/* + uint8_t seed_sbox1[256] PROGMEM ={ 169, 133, 214, 211, 84, 29, 172, 37, 93, 67, 24, 30, 81, 252, 202, 99, @@ -101,7 +101,7 @@ uint8_t seed_sbox2[256] PROGMEM ={ 55, 231, 36, 164, 203, 83, 10, 135, 217, 76, 131, 143, 206, 59, 74, 183 }; -*/ + /* key constants */ uint32_t seed_kc[16] PROGMEM ={ 0xb979379e,