]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - seed_sbox.h
renaming to AVR-Crypto-Lib
[avr-crypto-lib.git] / seed_sbox.h
index 91ce4c66a74191846dc17fec80e2eebe5e36a78e..0c79bf082cf2bd7228681670dd4c0e938d4fdb39 100644 (file)
@@ -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 <stdint.h>
 #include <avr/pgmspace.h>
-/*
+
 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,