From 96ebafd201c9e8441c7677577b24aa402c1defc6 Mon Sep 17 00:00:00 2001 From: bg Date: Mon, 26 May 2008 19:13:21 +0000 Subject: [PATCH] insereated GPLv3 stub --- A5_1.c | 18 ++++++++++++++++++ A5_1.h | 18 ++++++++++++++++++ Makefile | 9 +++++++++ arcfour-asm.S | 18 ++++++++++++++++++ arcfour.c | 18 ++++++++++++++++++ arcfour.h | 18 ++++++++++++++++++ avr-makefile.inc | 4 ++-- camellia-asm.S | 18 ++++++++++++++++++ camellia.c | 18 ++++++++++++++++++ camellia.h | 18 ++++++++++++++++++ camellia_C.c | 18 ++++++++++++++++++ cast5-sbox.h | 18 ++++++++++++++++++ cast5.c | 18 ++++++++++++++++++ cast5.h | 18 ++++++++++++++++++ cli.c | 18 ++++++++++++++++++ cli.h | 18 ++++++++++++++++++ config.h | 18 ++++++++++++++++++ debug.c | 18 ++++++++++++++++++ debug.h | 18 ++++++++++++++++++ des.c | 18 ++++++++++++++++++ des.h | 18 ++++++++++++++++++ entropium.c | 18 ++++++++++++++++++ entropium.h | 18 ++++++++++++++++++ grain.c | 18 ++++++++++++++++++ grain.h | 18 ++++++++++++++++++ hmac-sha256.c | 18 ++++++++++++++++++ hmac-sha256.h | 18 ++++++++++++++++++ main-arcfour-test.c | 18 ++++++++++++++++++ main-camellia-test.c | 18 ++++++++++++++++++ main-cast5-test.c | 18 ++++++++++++++++++ main-des-test.c | 20 +++++++++++++++++++- main-entropium-test.c | 18 ++++++++++++++++++ main-grain-test.c | 25 +++++++++++++++++++++++-- main-hmac-sha256-test.c | 18 ++++++++++++++++++ main-md5-test.c | 18 ++++++++++++++++++ main-noekeon-test.c | 18 ++++++++++++++++++ main-present-test.c | 18 ++++++++++++++++++ main-rc5-test.c | 18 ++++++++++++++++++ main-rc6-test.c | 18 ++++++++++++++++++ main-seed-test.c | 24 +++++++++++++++++++++--- main-serpent-test.c | 18 ++++++++++++++++++ main-sha1-test.c | 18 ++++++++++++++++++ main-sha256-test.c | 18 ++++++++++++++++++ main-shabea-test.c | 18 ++++++++++++++++++ main-shacal1_enc-test.c | 18 ++++++++++++++++++ main-shacal2_enc-test.c | 18 ++++++++++++++++++ main-skipjack-test.c | 18 ++++++++++++++++++ main-tdes-test.c | 18 ++++++++++++++++++ main-trivium-test.c | 18 ++++++++++++++++++ main-xtea-test.c | 18 ++++++++++++++++++ md5.c | 18 ++++++++++++++++++ md5.h | 18 ++++++++++++++++++ md5_sbox.h | 18 ++++++++++++++++++ nessie_bc_test.c | 18 ++++++++++++++++++ nessie_bc_test.h | 18 ++++++++++++++++++ nessie_common.c | 18 ++++++++++++++++++ nessie_common.h | 18 ++++++++++++++++++ nessie_hash_test.c | 18 ++++++++++++++++++ nessie_hash_test.h | 18 ++++++++++++++++++ nessie_mac_test.c | 18 ++++++++++++++++++ nessie_mac_test.h | 18 ++++++++++++++++++ nessie_stream_test.c | 18 ++++++++++++++++++ nessie_stream_test.h | 18 ++++++++++++++++++ noekeon.c | 18 ++++++++++++++++++ noekeon.h | 18 ++++++++++++++++++ noekeon_asm.S | 18 ++++++++++++++++++ performance_test.c | 18 ++++++++++++++++++ performance_test.h | 18 ++++++++++++++++++ present.c | 18 ++++++++++++++++++ present.h | 18 ++++++++++++++++++ rc5.c | 18 ++++++++++++++++++ rc5.h | 18 ++++++++++++++++++ rc6.c | 18 ++++++++++++++++++ rc6.h | 18 ++++++++++++++++++ seed-asm.S | 18 ++++++++++++++++++ seed.c | 18 ++++++++++++++++++ seed.h | 18 ++++++++++++++++++ seed_sbox.h | 18 ++++++++++++++++++ serial-tools.c | 18 ++++++++++++++++++ serial-tools.h | 18 ++++++++++++++++++ serpent-sboxes-bitslice.c | 18 ++++++++++++++++++ serpent-sboxes.c | 18 ++++++++++++++++++ serpent-sboxes.h | 18 ++++++++++++++++++ serpent.c | 18 ++++++++++++++++++ serpent.h | 18 ++++++++++++++++++ sha1-asm.S | 18 ++++++++++++++++++ sha1.c | 18 ++++++++++++++++++ sha1.h | 18 ++++++++++++++++++ sha256-asm.S | 18 ++++++++++++++++++ sha256-asm.h | 18 ++++++++++++++++++ sha256.c | 18 ++++++++++++++++++ sha256.h | 18 ++++++++++++++++++ shabea.c | 18 ++++++++++++++++++ shabea.h | 18 ++++++++++++++++++ shacal1_enc.c | 18 ++++++++++++++++++ shacal1_enc.h | 18 ++++++++++++++++++ shacal2_enc.c | 18 ++++++++++++++++++ shacal2_enc.h | 18 ++++++++++++++++++ skipjack.c | 18 ++++++++++++++++++ skipjack.h | 18 ++++++++++++++++++ trivium.c | 18 ++++++++++++++++++ trivium.h | 18 ++++++++++++++++++ uart.c | 18 ++++++++++++++++++ uart.h | 18 ++++++++++++++++++ xtea-asm.S | 18 ++++++++++++++++++ xtea.c | 18 ++++++++++++++++++ xtea.h | 18 ++++++++++++++++++ 107 files changed, 1910 insertions(+), 8 deletions(-) diff --git a/A5_1.c b/A5_1.c index ff1bb96..526e6cf 100644 --- a/A5_1.c +++ b/A5_1.c @@ -1,3 +1,21 @@ +/* A5_1.c */ +/* + This file is part of the Crypto-avr-lib/microcrypt-lib. + Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ /* * File: A5_1.c * Author: Daniel Otte diff --git a/A5_1.h b/A5_1.h index a6f963a..95f345c 100644 --- a/A5_1.h +++ b/A5_1.h @@ -1,3 +1,21 @@ +/* A5_1.h */ +/* + This file is part of the Crypto-avr-lib/microcrypt-lib. + Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ /* * File: A5_1.h * Author: Daniel Otte diff --git a/Makefile b/Makefile index c5460d7..09457be 100644 --- a/Makefile +++ b/Makefile @@ -161,6 +161,8 @@ all: $(foreach algo, $(ALGORITHMS), $(algo)_OBJ) clean: rm -rf *.o *.elf *.eps *.png *.pdf *.bak *_size.txt rm -rf *.lst *.map $(EXTRA_CLEAN_FILES) $(SIZESTAT_FILE) +xclean: clean + rm -rf *.d flash: $(ERASECMD) @@ -227,3 +229,10 @@ pdf: $(PRG).pdf %.png: %.fig $(FIG2DEV) -L png $< $@ + + +DEPS := $(wildcard *.d) +ifneq ($(DEPS),) +include $(DEPS) +endif + diff --git a/arcfour-asm.S b/arcfour-asm.S index 78d0491..eafd771 100644 --- a/arcfour-asm.S +++ b/arcfour-asm.S @@ -1,3 +1,21 @@ +/* arcfour-asm.S */ +/* + This file is part of the Crypto-avr-lib/microcrypt-lib. + Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ /* * File: arcfour-asm.S * Author: Daniel Otte diff --git a/arcfour.c b/arcfour.c index 863b7ac..abed9dd 100644 --- a/arcfour.c +++ b/arcfour.c @@ -1,3 +1,21 @@ +/* arcfour.c */ +/* + This file is part of the Crypto-avr-lib/microcrypt-lib. + Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ /* * File: arcfour.c * Author: Daniel Otte diff --git a/arcfour.h b/arcfour.h index bd4a4d4..030c014 100644 --- a/arcfour.h +++ b/arcfour.h @@ -1,3 +1,21 @@ +/* arcfour.h */ +/* + This file is part of the Crypto-avr-lib/microcrypt-lib. + Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ /* * File: arcfour.h * Author: Daniel Otte diff --git a/avr-makefile.inc b/avr-makefile.inc index 544f60b..0fe9e4f 100644 --- a/avr-makefile.inc +++ b/avr-makefile.inc @@ -10,7 +10,7 @@ ERASECMD = CC = avr-gcc -override CFLAGS = -pedantic -std=c99 -Wall -Wstrict-prototypes $(OPTIMIZE) -mmcu=$(MCU_TARGET) $(DEFS) +override CFLAGS = -MMD -pedantic -std=c99 -Wall -Wstrict-prototypes $(OPTIMIZE) -mmcu=$(MCU_TARGET) $(DEFS) override LDFLAGS = -Wl,-Map, override ASFLAGS = -mmcu=$(MCU_TARGET) @@ -20,4 +20,4 @@ SIZESTAT_FILE = sizestats.txt OBJCOPY = avr-objcopy OBJDUMP = avr-objdump SIZE = avr-size -RUBY = ruby \ No newline at end of file +RUBY = ruby diff --git a/camellia-asm.S b/camellia-asm.S index 36701b2..bcc190e 100644 --- a/camellia-asm.S +++ b/camellia-asm.S @@ -1,3 +1,21 @@ +/* camellia-asm.S */ +/* + This file is part of the Crypto-avr-lib/microcrypt-lib. + Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ /* * File: camellis-asm.S * Author: Daniel Otte diff --git a/camellia.c b/camellia.c index cfcd561..e0e2159 100644 --- a/camellia.c +++ b/camellia.c @@ -1,3 +1,21 @@ +/* camellia.c */ +/* + This file is part of the Crypto-avr-lib/microcrypt-lib. + Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ /** * * diff --git a/camellia.h b/camellia.h index 6ced2b2..e27ebe8 100644 --- a/camellia.h +++ b/camellia.h @@ -1,3 +1,21 @@ +/* camellia.h */ +/* + This file is part of the Crypto-avr-lib/microcrypt-lib. + Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ #ifndef CAMELLIA_H_ #define CAMELLIA_H_ diff --git a/camellia_C.c b/camellia_C.c index bff7a32..862c6d3 100644 --- a/camellia_C.c +++ b/camellia_C.c @@ -1,3 +1,21 @@ +/* camellia_C.c */ +/* + This file is part of the Crypto-avr-lib/microcrypt-lib. + Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ /** * * diff --git a/cast5-sbox.h b/cast5-sbox.h index b59489e..db8fba4 100644 --- a/cast5-sbox.h +++ b/cast5-sbox.h @@ -1,3 +1,21 @@ +/* cast5-sbox.h */ +/* + This file is part of the Crypto-avr-lib/microcrypt-lib. + Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ /* * File: cast5-sbox.h * Author: Daniel Otte diff --git a/cast5.c b/cast5.c index bab5c06..a938bfb 100644 --- a/cast5.c +++ b/cast5.c @@ -1,3 +1,21 @@ +/* cast5.c */ +/* + This file is part of the Crypto-avr-lib/microcrypt-lib. + Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ /* * \file cast5.c * \author Daniel Otte diff --git a/cast5.h b/cast5.h index 8f34ced..6fe8488 100644 --- a/cast5.h +++ b/cast5.h @@ -1,3 +1,21 @@ +/* cast5.h */ +/* + This file is part of the Crypto-avr-lib/microcrypt-lib. + Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ /* * File: cast5.h * Author: Daniel Otte diff --git a/cli.c b/cli.c index 15e5448..1b5467c 100644 --- a/cli.c +++ b/cli.c @@ -1,3 +1,21 @@ +/* cli.c */ +/* + This file is part of the Crypto-avr-lib/microcrypt-lib. + Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ /** * * author: Daniel Otte diff --git a/cli.h b/cli.h index c2854ba..c36a6e6 100644 --- a/cli.h +++ b/cli.h @@ -1,3 +1,21 @@ +/* cli.h */ +/* + This file is part of the Crypto-avr-lib/microcrypt-lib. + Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ #ifndef CLI_H_ #define CLI_H_ diff --git a/config.h b/config.h index 9ebb444..05e65c2 100644 --- a/config.h +++ b/config.h @@ -1,3 +1,21 @@ +/* config.h */ +/* + This file is part of the Crypto-avr-lib/microcrypt-lib. + Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ #ifndef __CONFIG_H__ #define __CONFIG_H__ #include diff --git a/debug.c b/debug.c index 1507e94..3b5fee4 100644 --- a/debug.c +++ b/debug.c @@ -1,3 +1,21 @@ +/* debug.c */ +/* + This file is part of the Crypto-avr-lib/microcrypt-lib. + Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ /*************************** * * diff --git a/debug.h b/debug.h index c75dad6..901a1d1 100644 --- a/debug.h +++ b/debug.h @@ -1,3 +1,21 @@ +/* debug.h */ +/* + This file is part of the Crypto-avr-lib/microcrypt-lib. + Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ #ifndef DEBUG_H_ #define DEBUG_H_ diff --git a/des.c b/des.c index 0a47906..dc16750 100644 --- a/des.c +++ b/des.c @@ -1,3 +1,21 @@ +/* des.c */ +/* + This file is part of the Crypto-avr-lib/microcrypt-lib. + Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ /** * \file des.c * \author Daniel Otte diff --git a/des.h b/des.h index 241a4b5..6fec6d3 100644 --- a/des.h +++ b/des.h @@ -1,3 +1,21 @@ +/* des.h */ +/* + This file is part of the Crypto-avr-lib/microcrypt-lib. + Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ /** * \file des.h * \author Daniel Otte diff --git a/entropium.c b/entropium.c index db143cb..1bbf583 100644 --- a/entropium.c +++ b/entropium.c @@ -1,3 +1,21 @@ +/* entropium.c */ +/* + This file is part of the Crypto-avr-lib/microcrypt-lib. + Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ /** * \file entropium.c * \author Daniel Otte diff --git a/entropium.h b/entropium.h index 87d4334..02aa317 100644 --- a/entropium.h +++ b/entropium.h @@ -1,3 +1,21 @@ +/* entropium.h */ +/* + This file is part of the Crypto-avr-lib/microcrypt-lib. + Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ /** * File: entropium.h * Author: Daniel Otte diff --git a/grain.c b/grain.c index 4cedb31..612d18b 100644 --- a/grain.c +++ b/grain.c @@ -1,3 +1,21 @@ +/* grain.c */ +/* + This file is part of the Crypto-avr-lib/microcrypt-lib. + Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ /** * * author: Daniel Otte diff --git a/grain.h b/grain.h index 231aa95..508c1d1 100644 --- a/grain.h +++ b/grain.h @@ -1,3 +1,21 @@ +/* grain.h */ +/* + This file is part of the Crypto-avr-lib/microcrypt-lib. + Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ /** * * author: Daniel Otte diff --git a/hmac-sha256.c b/hmac-sha256.c index 4e23f8e..c57ba95 100644 --- a/hmac-sha256.c +++ b/hmac-sha256.c @@ -1,3 +1,21 @@ +/* hmac-sha256.c */ +/* + This file is part of the Crypto-avr-lib/microcrypt-lib. + Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ /** * * implementation of HMAC as described in RFC2104 diff --git a/hmac-sha256.h b/hmac-sha256.h index 1e602e7..00e00c2 100644 --- a/hmac-sha256.h +++ b/hmac-sha256.h @@ -1,3 +1,21 @@ +/* hmac-sha256.h */ +/* + This file is part of the Crypto-avr-lib/microcrypt-lib. + Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ #ifndef HMACSHA256_H_ #define HMACSHA256_H_ diff --git a/main-arcfour-test.c b/main-arcfour-test.c index 74e76e1..0e0be91 100644 --- a/main-arcfour-test.c +++ b/main-arcfour-test.c @@ -1,3 +1,21 @@ +/* main-arcfour-test.c */ +/* + This file is part of the Crypto-avr-lib/microcrypt-lib. + Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ /* * arcfour (RC4 compatible) test-suit * diff --git a/main-camellia-test.c b/main-camellia-test.c index 649cf21..1c85c2d 100644 --- a/main-camellia-test.c +++ b/main-camellia-test.c @@ -1,3 +1,21 @@ +/* main-camellia-test.c */ +/* + This file is part of the Crypto-avr-lib/microcrypt-lib. + Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ /* * camellia test-suit * diff --git a/main-cast5-test.c b/main-cast5-test.c index 2a3841b..7a33406 100644 --- a/main-cast5-test.c +++ b/main-cast5-test.c @@ -1,3 +1,21 @@ +/* main-cast5-test.c */ +/* + This file is part of the Crypto-avr-lib/microcrypt-lib. + Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ /* * cast5 test-suit * diff --git a/main-des-test.c b/main-des-test.c index 289f25b..153ffea 100644 --- a/main-des-test.c +++ b/main-des-test.c @@ -1,3 +1,21 @@ +/* main-des-test.c */ +/* + This file is part of the Crypto-avr-lib/microcrypt-lib. + Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ /* * des test-suit * @@ -84,7 +102,7 @@ void testrun_performance_des(void){ uart_putstr_P(PSTR("\r\n")); } /***************************************************************************** - * main * + * main *****************************************************************************/ int main (void){ diff --git a/main-entropium-test.c b/main-entropium-test.c index 1268a73..2d97b48 100644 --- a/main-entropium-test.c +++ b/main-entropium-test.c @@ -1,3 +1,21 @@ +/* main-entropium-test.c */ +/* + This file is part of the Crypto-avr-lib/microcrypt-lib. + Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ /* * entropium test-suit * diff --git a/main-grain-test.c b/main-grain-test.c index 30149f4..1f997ea 100644 --- a/main-grain-test.c +++ b/main-grain-test.c @@ -1,3 +1,21 @@ +/* main-grain-test.c */ +/* + This file is part of the Crypto-avr-lib/microcrypt-lib. + Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ /* * grain test-suit * @@ -20,7 +38,7 @@ char* cipher_name = "Grain"; /***************************************************************************** - * additional validation-functions * + * additional validation-functions * *****************************************************************************/ void grain_genctx_dummy(uint8_t* key, uint16_t keysize_b, void* ctx){ uint8_t iv[8]={0}; @@ -140,7 +158,7 @@ void testrun_performance_grain(void){ } /***************************************************************************** - * main * + * main * *****************************************************************************/ int main (void){ @@ -165,3 +183,6 @@ int main (void){ uart_putstr("ERROR\r\n"); } } + + + diff --git a/main-hmac-sha256-test.c b/main-hmac-sha256-test.c index 8be3ddd..819ed57 100644 --- a/main-hmac-sha256-test.c +++ b/main-hmac-sha256-test.c @@ -1,3 +1,21 @@ +/* main-hmac-sha256-test.c */ +/* + This file is part of the Crypto-avr-lib/microcrypt-lib. + Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ /* * HMAC-SHA256 test-suit * diff --git a/main-md5-test.c b/main-md5-test.c index 8d0e114..3ed1a1a 100644 --- a/main-md5-test.c +++ b/main-md5-test.c @@ -1,3 +1,21 @@ +/* main-md5-test.c */ +/* + This file is part of the Crypto-avr-lib/microcrypt-lib. + Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ /* * md5 test suit * diff --git a/main-noekeon-test.c b/main-noekeon-test.c index ff0d68d..fdac8c1 100644 --- a/main-noekeon-test.c +++ b/main-noekeon-test.c @@ -1,3 +1,21 @@ +/* main-noekeon-test.c */ +/* + This file is part of the Crypto-avr-lib/microcrypt-lib. + Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ /* * serpent test-suit * diff --git a/main-present-test.c b/main-present-test.c index a40d00b..4c739bc 100644 --- a/main-present-test.c +++ b/main-present-test.c @@ -1,3 +1,21 @@ +/* main-present-test.c */ +/* + This file is part of the Crypto-avr-lib/microcrypt-lib. + Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ /* * present test-suit * diff --git a/main-rc5-test.c b/main-rc5-test.c index 2eec747..e1323e0 100644 --- a/main-rc5-test.c +++ b/main-rc5-test.c @@ -1,3 +1,21 @@ +/* main-rc5-test.c */ +/* + This file is part of the Crypto-avr-lib/microcrypt-lib. + Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ /* * rc5 test-suit * diff --git a/main-rc6-test.c b/main-rc6-test.c index 5be9a3e..6ec8fc6 100644 --- a/main-rc6-test.c +++ b/main-rc6-test.c @@ -1,3 +1,21 @@ +/* main-rc6-test.c */ +/* + This file is part of the Crypto-avr-lib/microcrypt-lib. + Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ /* * rc5 test-suit * diff --git a/main-seed-test.c b/main-seed-test.c index 383c8fd..6bff1d5 100644 --- a/main-seed-test.c +++ b/main-seed-test.c @@ -1,3 +1,21 @@ +/* main-seed-test.c */ +/* + This file is part of the Crypto-avr-lib/microcrypt-lib. + Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ /** * \file main-seed-test.c * \author Daniel Otte @@ -19,11 +37,11 @@ #include /***************************************************************************** - * additional validation-functions * + * additional validation-functions * *****************************************************************************/ /***************************************************************************** - * self tests * + * self tests * *****************************************************************************/ void testencrypt(uint8_t* block, uint8_t* key){ @@ -88,7 +106,7 @@ void testrun_seed(void){ /***************************************************************************** - * main * + * main * *****************************************************************************/ int main (void){ diff --git a/main-serpent-test.c b/main-serpent-test.c index 9f385b1..af3b630 100644 --- a/main-serpent-test.c +++ b/main-serpent-test.c @@ -1,3 +1,21 @@ +/* main-serpent-test.c */ +/* + This file is part of the Crypto-avr-lib/microcrypt-lib. + Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ /* * serpent test-suit * diff --git a/main-sha1-test.c b/main-sha1-test.c index 2bfbf17..c30c3c7 100644 --- a/main-sha1-test.c +++ b/main-sha1-test.c @@ -1,3 +1,21 @@ +/* main-sha1-test.c */ +/* + This file is part of the Crypto-avr-lib/microcrypt-lib. + Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ /* * SHA-1 test-suit * diff --git a/main-sha256-test.c b/main-sha256-test.c index b1ea95d..4f8346f 100644 --- a/main-sha256-test.c +++ b/main-sha256-test.c @@ -1,3 +1,21 @@ +/* main-sha256-test.c */ +/* + This file is part of the Crypto-avr-lib/microcrypt-lib. + Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ /* * SHA-256 test-suit * diff --git a/main-shabea-test.c b/main-shabea-test.c index fb9c87c..aac85c1 100644 --- a/main-shabea-test.c +++ b/main-shabea-test.c @@ -1,3 +1,21 @@ +/* main-shabea-test.c */ +/* + This file is part of the Crypto-avr-lib/microcrypt-lib. + Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ /** * \file main-shabea-test.c * \author Daniel Otte diff --git a/main-shacal1_enc-test.c b/main-shacal1_enc-test.c index d49169d..a4a0a1f 100644 --- a/main-shacal1_enc-test.c +++ b/main-shacal1_enc-test.c @@ -1,3 +1,21 @@ +/* main-shacal1_enc-test.c */ +/* + This file is part of the Crypto-avr-lib/microcrypt-lib. + Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ /* * Shacal1 encryption only test-suit * diff --git a/main-shacal2_enc-test.c b/main-shacal2_enc-test.c index 7c5d1ea..3ffd131 100644 --- a/main-shacal2_enc-test.c +++ b/main-shacal2_enc-test.c @@ -1,3 +1,21 @@ +/* main-shacal2_enc-test.c */ +/* + This file is part of the Crypto-avr-lib/microcrypt-lib. + Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ /* * Shacal2 encryption only test-suit * diff --git a/main-skipjack-test.c b/main-skipjack-test.c index 9b71a56..7218d99 100644 --- a/main-skipjack-test.c +++ b/main-skipjack-test.c @@ -1,3 +1,21 @@ +/* main-skipjack-test.c */ +/* + This file is part of the Crypto-avr-lib/microcrypt-lib. + Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ /* * skipjack test-suit * diff --git a/main-tdes-test.c b/main-tdes-test.c index 7e99dea..b3933dc 100644 --- a/main-tdes-test.c +++ b/main-tdes-test.c @@ -1,3 +1,21 @@ +/* main-tdes-test.c */ +/* + This file is part of the Crypto-avr-lib/microcrypt-lib. + Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ /* * tdes test-suit * diff --git a/main-trivium-test.c b/main-trivium-test.c index feeb52e..698887e 100644 --- a/main-trivium-test.c +++ b/main-trivium-test.c @@ -1,3 +1,21 @@ +/* main-trivium-test.c */ +/* + This file is part of the Crypto-avr-lib/microcrypt-lib. + Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ /* * Mickey128 test-suit * diff --git a/main-xtea-test.c b/main-xtea-test.c index 7f67f0f..07fcffe 100644 --- a/main-xtea-test.c +++ b/main-xtea-test.c @@ -1,3 +1,21 @@ +/* main-xtea-test.c */ +/* + This file is part of the Crypto-avr-lib/microcrypt-lib. + Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ /* * XTEA test-suit * diff --git a/md5.c b/md5.c index 5c7bb9a..bd43a38 100644 --- a/md5.c +++ b/md5.c @@ -1,3 +1,21 @@ +/* md5.c */ +/* + This file is part of the Crypto-avr-lib/microcrypt-lib. + Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ /* * \file md5.c * \author Daniel Otte diff --git a/md5.h b/md5.h index 24fb6d5..f7e51f2 100644 --- a/md5.h +++ b/md5.h @@ -1,3 +1,21 @@ +/* md5.h */ +/* + This file is part of the Crypto-avr-lib/microcrypt-lib. + Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ /* * File: md5.h * Author: Daniel Otte diff --git a/md5_sbox.h b/md5_sbox.h index 6f5f7f2..53f03dd 100644 --- a/md5_sbox.h +++ b/md5_sbox.h @@ -1,3 +1,21 @@ +/* md5_sbox.h */ +/* + This file is part of the Crypto-avr-lib/microcrypt-lib. + Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ #ifndef MD5_SBOX_H_ #define MD5_SBOX_H_ diff --git a/nessie_bc_test.c b/nessie_bc_test.c index a69e9d1..f9a91e5 100644 --- a/nessie_bc_test.c +++ b/nessie_bc_test.c @@ -1,3 +1,21 @@ +/* nessie_bc_test.c */ +/* + This file is part of the Crypto-avr-lib/microcrypt-lib. + Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ /** * * author: Daniel Otte diff --git a/nessie_bc_test.h b/nessie_bc_test.h index 959bbe2..1bab98c 100644 --- a/nessie_bc_test.h +++ b/nessie_bc_test.h @@ -1,3 +1,21 @@ +/* nessie_bc_test.h */ +/* + This file is part of the Crypto-avr-lib/microcrypt-lib. + Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ #ifndef NESSIE_BC_TEST_H_ #define NESSIE_BC_TEST_H_ diff --git a/nessie_common.c b/nessie_common.c index b5f64c8..020d5ab 100644 --- a/nessie_common.c +++ b/nessie_common.c @@ -1,3 +1,21 @@ +/* nessie_common.c */ +/* + This file is part of the Crypto-avr-lib/microcrypt-lib. + Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ /** * * author: Daniel Otte diff --git a/nessie_common.h b/nessie_common.h index 629fd77..4090e32 100644 --- a/nessie_common.h +++ b/nessie_common.h @@ -1,3 +1,21 @@ +/* nessie_common.h */ +/* + This file is part of the Crypto-avr-lib/microcrypt-lib. + Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ /** * * author: Daniel Otte diff --git a/nessie_hash_test.c b/nessie_hash_test.c index 5f8e33c..a870b82 100644 --- a/nessie_hash_test.c +++ b/nessie_hash_test.c @@ -1,3 +1,21 @@ +/* nessie_hash_test.c */ +/* + This file is part of the Crypto-avr-lib/microcrypt-lib. + Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ /** * * author: Daniel Otte diff --git a/nessie_hash_test.h b/nessie_hash_test.h index c5da494..aa88bdb 100644 --- a/nessie_hash_test.h +++ b/nessie_hash_test.h @@ -1,3 +1,21 @@ +/* nessie_hash_test.h */ +/* + This file is part of the Crypto-avr-lib/microcrypt-lib. + Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ #ifndef NESSIE_HASH_TEST_H_ #define NESSIE_HASH_TEST_H_ diff --git a/nessie_mac_test.c b/nessie_mac_test.c index 5e2a88d..12863df 100644 --- a/nessie_mac_test.c +++ b/nessie_mac_test.c @@ -1,3 +1,21 @@ +/* nessie_mac_test.c */ +/* + This file is part of the Crypto-avr-lib/microcrypt-lib. + Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ /** * * author: Daniel Otte diff --git a/nessie_mac_test.h b/nessie_mac_test.h index b53fc55..ed83133 100644 --- a/nessie_mac_test.h +++ b/nessie_mac_test.h @@ -1,3 +1,21 @@ +/* nessie_mac_test.h */ +/* + This file is part of the Crypto-avr-lib/microcrypt-lib. + Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ #ifndef NESSIE_MAC_TEST_H_ #define NESSIE_MAC_TEST_H_ diff --git a/nessie_stream_test.c b/nessie_stream_test.c index 3271d6e..3866b21 100644 --- a/nessie_stream_test.c +++ b/nessie_stream_test.c @@ -1,3 +1,21 @@ +/* nessie_stream_test.c */ +/* + This file is part of the Crypto-avr-lib/microcrypt-lib. + Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ /** * * author: Daniel Otte diff --git a/nessie_stream_test.h b/nessie_stream_test.h index 3722798..8422f45 100644 --- a/nessie_stream_test.h +++ b/nessie_stream_test.h @@ -1,3 +1,21 @@ +/* nessie_stream_test.h */ +/* + This file is part of the Crypto-avr-lib/microcrypt-lib. + Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ #ifndef NESSIE_STREAM_TEST_H_ #define NESSIE_STREAM_TEST_H_ diff --git a/noekeon.c b/noekeon.c index fc25d62..5ae3ec2 100644 --- a/noekeon.c +++ b/noekeon.c @@ -1,3 +1,21 @@ +/* noekeon.c */ +/* + This file is part of the Crypto-avr-lib/microcrypt-lib. + Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ /* * author: Daniel Otte * email: daniel.otte@rub.de diff --git a/noekeon.h b/noekeon.h index 14714ff..b6f094a 100644 --- a/noekeon.h +++ b/noekeon.h @@ -1,3 +1,21 @@ +/* noekeon.h */ +/* + This file is part of the Crypto-avr-lib/microcrypt-lib. + Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ #ifndef NOEKEON_H_ #define NOEKEON_H_ diff --git a/noekeon_asm.S b/noekeon_asm.S index 0422964..8ebcc93 100644 --- a/noekeon_asm.S +++ b/noekeon_asm.S @@ -1,3 +1,21 @@ +/* noekeon_asm.S */ +/* + This file is part of the Crypto-avr-lib/microcrypt-lib. + Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ /* * noekeon assembler implementation for avr * author: Daniel Otte diff --git a/performance_test.c b/performance_test.c index 44b5b7b..04a26bd 100644 --- a/performance_test.c +++ b/performance_test.c @@ -1,3 +1,21 @@ +/* performance_test.c */ +/* + This file is part of the Crypto-avr-lib/microcrypt-lib. + Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ /* * author: Daniel Otte * email: daniel.otte@rub.de diff --git a/performance_test.h b/performance_test.h index a32e756..d8b1565 100644 --- a/performance_test.h +++ b/performance_test.h @@ -1,3 +1,21 @@ +/* performance_test.h */ +/* + This file is part of the Crypto-avr-lib/microcrypt-lib. + Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ #ifndef PERFORMANCE_TEST_H_ #define PERFORMANCE_TEST_H_ diff --git a/present.c b/present.c index 8e6dc78..3471894 100644 --- a/present.c +++ b/present.c @@ -1,3 +1,21 @@ +/* present.c */ +/* + This file is part of the Crypto-avr-lib/microcrypt-lib. + Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ /** * present.c * a implementation of the PRESENT block-cipher diff --git a/present.h b/present.h index d557800..036764d 100644 --- a/present.h +++ b/present.h @@ -1,3 +1,21 @@ +/* present.h */ +/* + This file is part of the Crypto-avr-lib/microcrypt-lib. + Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ #ifndef PRESENT_H_ #define PRESENT_H_ diff --git a/rc5.c b/rc5.c index 5bfaaf3..e3584f8 100644 --- a/rc5.c +++ b/rc5.c @@ -1,3 +1,21 @@ +/* rc5.c */ +/* + This file is part of the Crypto-avr-lib/microcrypt-lib. + Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ /* rc5.c a C implementation of RC5 for AVR microcontrollers * * author: Daniel Otte diff --git a/rc5.h b/rc5.h index 3ff2ed6..ddcefc8 100644 --- a/rc5.h +++ b/rc5.h @@ -1,3 +1,21 @@ +/* rc5.h */ +/* + This file is part of the Crypto-avr-lib/microcrypt-lib. + Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ /* rc5.h a C implementation of RC5 for AVR microcontrollers * * author: Daniel Otte diff --git a/rc6.c b/rc6.c index d35791b..9145c9d 100644 --- a/rc6.c +++ b/rc6.c @@ -1,3 +1,21 @@ +/* rc6.c */ +/* + This file is part of the Crypto-avr-lib/microcrypt-lib. + Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ /* * File: rc6.c * Author: Daniel Otte diff --git a/rc6.h b/rc6.h index f1f78e9..742830e 100644 --- a/rc6.h +++ b/rc6.h @@ -1,3 +1,21 @@ +/* rc6.h */ +/* + This file is part of the Crypto-avr-lib/microcrypt-lib. + Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ /* * File: rc6.h * Author: Daniel Otte diff --git a/seed-asm.S b/seed-asm.S index 1c3c288..5fbfd41 100644 --- a/seed-asm.S +++ b/seed-asm.S @@ -1,3 +1,21 @@ +/* seed-asm.S */ +/* + This file is part of the Crypto-avr-lib/microcrypt-lib. + Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ /** * \file seed-asm.S * \author Daniel Otte diff --git a/seed.c b/seed.c index f0c3a85..da240bd 100644 --- a/seed.c +++ b/seed.c @@ -1,3 +1,21 @@ +/* seed.c */ +/* + This file is part of the Crypto-avr-lib/microcrypt-lib. + Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ /** * \file seed.c * \author Daniel Otte diff --git a/seed.h b/seed.h index bdc935c..330944d 100644 --- a/seed.h +++ b/seed.h @@ -1,3 +1,21 @@ +/* seed.h */ +/* + This file is part of the Crypto-avr-lib/microcrypt-lib. + Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ /** * \file seed.h * \author Daniel Otte diff --git a/seed_sbox.h b/seed_sbox.h index b2a7d12..6164f4a 100644 --- a/seed_sbox.h +++ b/seed_sbox.h @@ -1,3 +1,21 @@ +/* seed_sbox.h */ +/* + This file is part of the Crypto-avr-lib/microcrypt-lib. + Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ /** * \file seed_sbox.h * \author Daniel Otte diff --git a/serial-tools.c b/serial-tools.c index b423299..47b6439 100644 --- a/serial-tools.c +++ b/serial-tools.c @@ -1,3 +1,21 @@ +/* serial-tools.c */ +/* + This file is part of the Crypto-avr-lib/microcrypt-lib. + Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ /** * * Author: Daniel Otte diff --git a/serial-tools.h b/serial-tools.h index 4ed5f60..c76b4d5 100644 --- a/serial-tools.h +++ b/serial-tools.h @@ -1,3 +1,21 @@ +/* serial-tools.h */ +/* + This file is part of the Crypto-avr-lib/microcrypt-lib. + Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ #ifndef SERIALTOOLS_H_ #define SERIALTOOLS_H_ diff --git a/serpent-sboxes-bitslice.c b/serpent-sboxes-bitslice.c index 47a22fb..e63fd33 100644 --- a/serpent-sboxes-bitslice.c +++ b/serpent-sboxes-bitslice.c @@ -1,3 +1,21 @@ +/* serpent-sboxes-bitslice.c */ +/* + This file is part of the Crypto-avr-lib/microcrypt-lib. + Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ /* serpent-sboxes.c * a non-bitsliced implementation of the serpent sboxes * author: Daniel Otte diff --git a/serpent-sboxes.c b/serpent-sboxes.c index 8e54f6a..3898f43 100644 --- a/serpent-sboxes.c +++ b/serpent-sboxes.c @@ -1,3 +1,21 @@ +/* serpent-sboxes.c */ +/* + This file is part of the Crypto-avr-lib/microcrypt-lib. + Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ /* serpent-sboxes.c * a non-bitsliced implementation of the serpent sboxes * author: Daniel Otte diff --git a/serpent-sboxes.h b/serpent-sboxes.h index d44309d..37df777 100644 --- a/serpent-sboxes.h +++ b/serpent-sboxes.h @@ -1,3 +1,21 @@ +/* serpent-sboxes.h */ +/* + This file is part of the Crypto-avr-lib/microcrypt-lib. + Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ #ifndef SERPENTSBOXES_H_ #define SERPENTSBOXES_H_ diff --git a/serpent.c b/serpent.c index 91e5158..7042a41 100644 --- a/serpent.c +++ b/serpent.c @@ -1,3 +1,21 @@ +/* serpent.c */ +/* + This file is part of the Crypto-avr-lib/microcrypt-lib. + Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ /* serpent.c * a bitsliced implementation of the serpent cipher for avr microcontrollers * author: Daniel Otte diff --git a/serpent.h b/serpent.h index 41e3d43..ce266ed 100644 --- a/serpent.h +++ b/serpent.h @@ -1,3 +1,21 @@ +/* serpent.h */ +/* + This file is part of the Crypto-avr-lib/microcrypt-lib. + Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ /* serpent.h * a bitsliced implementation of the serpent cipher for avr microcontrollers * author: Daniel Otte diff --git a/sha1-asm.S b/sha1-asm.S index 884adbc..21d8510 100644 --- a/sha1-asm.S +++ b/sha1-asm.S @@ -1,3 +1,21 @@ +/* sha1-asm.S */ +/* + This file is part of the Crypto-avr-lib/microcrypt-lib. + Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ /* * Author: Daniel Otte * diff --git a/sha1.c b/sha1.c index d45f769..7982412 100644 --- a/sha1.c +++ b/sha1.c @@ -1,3 +1,21 @@ +/* sha1.c */ +/* + This file is part of the Crypto-avr-lib/microcrypt-lib. + Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ /** * \file sha1.c * \author Daniel Otte diff --git a/sha1.h b/sha1.h index 4f54d88..675369e 100644 --- a/sha1.h +++ b/sha1.h @@ -1,3 +1,21 @@ +/* sha1.h */ +/* + This file is part of the Crypto-avr-lib/microcrypt-lib. + Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ /** * \file sha1.c * \author Daniel Otte diff --git a/sha256-asm.S b/sha256-asm.S index 0629b2d..392bf42 100644 --- a/sha256-asm.S +++ b/sha256-asm.S @@ -1,3 +1,21 @@ +/* sha256-asm.S */ +/* + This file is part of the Crypto-avr-lib/microcrypt-lib. + Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ /* * Author: Daniel Otte * diff --git a/sha256-asm.h b/sha256-asm.h index c1f9bf4..a033b00 100644 --- a/sha256-asm.h +++ b/sha256-asm.h @@ -1,3 +1,21 @@ +/* sha256-asm.h */ +/* + This file is part of the Crypto-avr-lib/microcrypt-lib. + Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ /** * \file sha256-asm.h * \author Daniel Otte diff --git a/sha256.c b/sha256.c index f2dea4b..1896dee 100644 --- a/sha256.c +++ b/sha256.c @@ -1,3 +1,21 @@ +/* sha256.c */ +/* + This file is part of the Crypto-avr-lib/microcrypt-lib. + Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ /** * \file sha256.c * \author Daniel Otte diff --git a/sha256.h b/sha256.h index 82606af..b76aa5f 100644 --- a/sha256.h +++ b/sha256.h @@ -1,3 +1,21 @@ +/* sha256.h */ +/* + This file is part of the Crypto-avr-lib/microcrypt-lib. + Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ /** * \file sha256-asm.h * \author Daniel Otte diff --git a/shabea.c b/shabea.c index 7acb4d3..62ff6b4 100644 --- a/shabea.c +++ b/shabea.c @@ -1,3 +1,21 @@ +/* shabea.c */ +/* + This file is part of the Crypto-avr-lib/microcrypt-lib. + Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ /** * \file shabea.c * \author Daniel Otte diff --git a/shabea.h b/shabea.h index 8130448..b2d4227 100644 --- a/shabea.h +++ b/shabea.h @@ -1,3 +1,21 @@ +/* shabea.h */ +/* + This file is part of the Crypto-avr-lib/microcrypt-lib. + Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ /** * \file shabea.h * \author Daniel Otte diff --git a/shacal1_enc.c b/shacal1_enc.c index 82fb722..6b8b33d 100644 --- a/shacal1_enc.c +++ b/shacal1_enc.c @@ -1,3 +1,21 @@ +/* shacal1_enc.c */ +/* + This file is part of the Crypto-avr-lib/microcrypt-lib. + Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ /** * \file shacal1_enc.c * \author Daniel Otte diff --git a/shacal1_enc.h b/shacal1_enc.h index 8c64340..b429c21 100644 --- a/shacal1_enc.h +++ b/shacal1_enc.h @@ -1,3 +1,21 @@ +/* shacal1_enc.h */ +/* + This file is part of the Crypto-avr-lib/microcrypt-lib. + Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ #ifndef SHACAL1_ENC_H_ #define SHACAL1_ENC_H_ diff --git a/shacal2_enc.c b/shacal2_enc.c index 50743a9..abfb3e0 100644 --- a/shacal2_enc.c +++ b/shacal2_enc.c @@ -1,3 +1,21 @@ +/* shacal2_enc.c */ +/* + This file is part of the Crypto-avr-lib/microcrypt-lib. + Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ /** * \file shacal2_enc.c * \author Daniel Otte diff --git a/shacal2_enc.h b/shacal2_enc.h index 4084c0f..d7949da 100644 --- a/shacal2_enc.h +++ b/shacal2_enc.h @@ -1,3 +1,21 @@ +/* shacal2_enc.h */ +/* + This file is part of the Crypto-avr-lib/microcrypt-lib. + Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ #ifndef SHACAL2_ENC_H_ #define SHACAL2_ENC_H_ diff --git a/skipjack.c b/skipjack.c index 36792d7..3a610fc 100644 --- a/skipjack.c +++ b/skipjack.c @@ -1,3 +1,21 @@ +/* skipjack.c */ +/* + This file is part of the Crypto-avr-lib/microcrypt-lib. + Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ /** * * diff --git a/skipjack.h b/skipjack.h index 00e968b..0db740d 100644 --- a/skipjack.h +++ b/skipjack.h @@ -1,3 +1,21 @@ +/* skipjack.h */ +/* + This file is part of the Crypto-avr-lib/microcrypt-lib. + Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ #ifndef SKIPJACK_H_ #define SKIPJACK_H_ diff --git a/trivium.c b/trivium.c index cd89b56..0da8de7 100644 --- a/trivium.c +++ b/trivium.c @@ -1,3 +1,21 @@ +/* trivium.c */ +/* + This file is part of the Crypto-avr-lib/microcrypt-lib. + Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ /** * * author: Daniel Otte diff --git a/trivium.h b/trivium.h index 6cef51c..f6eccce 100644 --- a/trivium.h +++ b/trivium.h @@ -1,3 +1,21 @@ +/* trivium.h */ +/* + This file is part of the Crypto-avr-lib/microcrypt-lib. + Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ #ifndef TRIVIUM_H_ #define TRIVIUM_H_ diff --git a/uart.c b/uart.c index 5867254..e35106c 100644 --- a/uart.c +++ b/uart.c @@ -1,3 +1,21 @@ +/* uart.c */ +/* + This file is part of the Crypto-avr-lib/microcrypt-lib. + Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ /* USART-Init beim ATmegaXX */ #include "config.h" diff --git a/uart.h b/uart.h index e0d467f..d6cbc98 100644 --- a/uart.h +++ b/uart.h @@ -1,3 +1,21 @@ +/* uart.h */ +/* + This file is part of the Crypto-avr-lib/microcrypt-lib. + Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ #ifndef UART_H #define UART_H diff --git a/xtea-asm.S b/xtea-asm.S index 35063f2..f3c5b12 100644 --- a/xtea-asm.S +++ b/xtea-asm.S @@ -1,3 +1,21 @@ +/* xtea-asm.S */ +/* + This file is part of the Crypto-avr-lib/microcrypt-lib. + Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ /* xtea-asm.S * Author: Daniel Otte * Date: 06.06.2006 diff --git a/xtea.c b/xtea.c index 02b97a4..0412754 100644 --- a/xtea.c +++ b/xtea.c @@ -1,3 +1,21 @@ +/* xtea.c */ +/* + This file is part of the Crypto-avr-lib/microcrypt-lib. + Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ /** * \file xtea.c * \brief XTEA implemantation diff --git a/xtea.h b/xtea.h index d72ce13..a35c84b 100644 --- a/xtea.h +++ b/xtea.h @@ -1,3 +1,21 @@ +/* xtea.h */ +/* + This file is part of the Crypto-avr-lib/microcrypt-lib. + Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ /* * Author: Daniel Otte * Date: 06.06.2006 -- 2.39.2