]> git.cryptolib.org Git - avr-crypto-lib.git/commitdiff
renaming to AVR-Crypto-Lib
authorbg <bg@b1d182e4-1ff8-0310-901f-bddb46175740>
Thu, 29 Jan 2009 11:49:40 +0000 (11:49 +0000)
committerbg <bg@b1d182e4-1ff8-0310-901f-bddb46175740>
Thu, 29 Jan 2009 11:49:40 +0000 (11:49 +0000)
199 files changed:
A5_1.c
A5_1.h
Makefile
aes.h
aes128_dec.c
aes128_dec.h
aes128_enc.c
aes128_enc.h
aes192_dec.c
aes192_dec.h
aes192_enc.c
aes192_enc.h
aes256_dec.c
aes256_dec.h
aes256_enc.c
aes256_enc.h
aes_dec-asm.S
aes_dec-asm_faster.S
aes_dec.c
aes_dec.h
aes_enc-asm.S
aes_enc.c
aes_enc.h
aes_invsbox-asm.S
aes_invsbox.h
aes_keyschedule-asm.S
aes_keyschedule.c
aes_keyschedule.h
aes_sbox-asm.S
aes_sbox.h
arcfour-asm.S
arcfour.c
arcfour.h
avr-asm-macros.S
bcal-basic.c
bcal-basic.h
bcal_aes128.c
bcal_aes128.h
bcal_aes192.c
bcal_aes192.h
bcal_aes256.c
bcal_aes256.h
bcal_camellia128.c
bcal_camellia128.h
bcal_cast5.c
bcal_cast5.h
bcal_des.c
bcal_des.h
bcal_present.c
bcal_present.h
bcal_rc5.c
bcal_rc5.h
bcal_rc6.c
bcal_rc6.h
bcal_seed.c
bcal_seed.h
bcal_serpent.c
bcal_serpent.h
bcal_skipjack.c
bcal_skipjack.h
bcal_tdes.c
bcal_tdes.h
bcal_xtea.c
bcal_xtea.h
camellia-asm.S
camellia.h
camellia128-stub.c
camellia_C.c
cast5-sbox.h
cast5.c
cast5.h
config.h
debug.h
des.c
des.h
entropium.c
entropium.h
gf256mul.S
gf256mul.h
grain.c
grain.h
hmac-sha1.c
hmac-sha1.h
hmac-sha256.c
hmac-sha256.h
host/gf256_table_gen.c
host/gf256mul.c
host/gf256mul.h
keysize_descriptor.c
keysize_descriptor.h
main.dox
md5-asm.S
md5.c
md5.h
md5_sbox.h
memxor.S
noekeon.c
noekeon.h
noekeon_asm.S
noekeon_cbc_enc.S
noekeon_ctr.S
noekeon_ctr.h
omac_noekeon.S
present.c
present.h
rc5.c
rc5.h
rc6.c
rc6.h
seed-asm.S
seed.h
seed_C.c
seed_sbox.h
serpent-asm.S
serpent-sboxes-bitslice-asm.S
serpent-sboxes-bitslice.c
serpent-sboxes-fast.S
serpent-sboxes-small.S
serpent-sboxes.h
serpent-sboxes_c.c
serpent.c
serpent.h
sha1-asm.S
sha1.c
sha1.h
sha256-asm.S
sha256.c
sha256.h
shacal1_enc.c
shacal1_enc.h
shacal2_enc.c
shacal2_enc.h
skipjack.c
skipjack.h
test_src/cli.c
test_src/cli.h
test_src/debug.c
test_src/main-a5_1-test.c
test_src/main-aes-test.c
test_src/main-arcfour-test.c
test_src/main-camellia-test.c
test_src/main-cast5-test.c
test_src/main-des-test.c
test_src/main-entropium-test.c
test_src/main-grain-test.c
test_src/main-hmac-sha1-test.c
test_src/main-hmac-sha256-test.c
test_src/main-md5-test.c
test_src/main-noekeon-test.c
test_src/main-omac-noekeon-test.c
test_src/main-present-test.c
test_src/main-rc5-test.c
test_src/main-rc6-test.c
test_src/main-seed-test.c
test_src/main-serpent-test.c
test_src/main-sha1-test.c
test_src/main-sha256-test.c
test_src/main-shabea-test.c
test_src/main-shacal1_enc-test.c
test_src/main-shacal2_enc-test.c
test_src/main-skipjack-test.c
test_src/main-tdes-test.c
test_src/main-trivium-test.c
test_src/main-twister224-test.c
test_src/main-twister256-test.c
test_src/main-twister384-test.c
test_src/main-twister512-test.c
test_src/main-xtea-test.c
test_src/nessie_bc_test.c
test_src/nessie_bc_test.h
test_src/nessie_common.c
test_src/nessie_common.h
test_src/nessie_hash_test.c
test_src/nessie_hash_test.h
test_src/nessie_mac_test.c
test_src/nessie_mac_test.h
test_src/nessie_stream_test.c
test_src/nessie_stream_test.h
test_src/performance_test.c
test_src/performance_test.h
test_src/serial-tools.c
test_src/serial-tools.h
test_src/uart.c
trivium.c
trivium.h
twister-asm.S
twister-big-asm.S
twister-big.c
twister-small-asm.S
twister.c
twister.h
twister224.S
twister256.S
twister384.S
twister512.S
uart.h
xtea-asm.S
xtea.c
xtea.h

diff --git a/A5_1.c b/A5_1.c
index 7a59e1414ad193b7e42e7630ca423eb005bace73..b05edbed83b7b50f5fb5fc822f02e2da889c6648 100644 (file)
--- a/A5_1.c
+++ b/A5_1.c
@@ -1,6 +1,6 @@
 /* A5_1.c */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
diff --git a/A5_1.h b/A5_1.h
index 1c857507a0ccfffb3d44fcd5b483a26bb600a4ce..25703d62e4d25facdfb34e9f2c9813fedb302e60 100644 (file)
--- a/A5_1.h
+++ b/A5_1.h
@@ -1,6 +1,6 @@
 /* A5_1.h */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 75876cfb8a26567a6aeabdcf40f2c586d356021a..830d5e79d259f13921d93afd5a7d416de0900463 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# Makefile for the micro-crypt project
+# Makefile for the AVR-Crypto-Lib project
 # author: Daniel Otte
 
 BLOCK_CIPHERS  := 
@@ -65,7 +65,7 @@ $(foreach algo, $(ALGORITHMS), $(eval $(call MAIN_OBJ_TEMPLATE, \
 help: info
 
 info:
-       @echo "infos on micro-crypt:"
+       @echo "infos on AVR-Crypto-lib:"
        @echo "  block ciphers:"
        @echo "    $(BLOCK_CIPHERS)"
        @echo "  stream ciphers:"
diff --git a/aes.h b/aes.h
index 260ca34c4f618c4f75dc4f9700f41092057ac53e..7a5b0d1f7f18d61ed3abe18b8bb49464ab6bbb94 100644 (file)
--- a/aes.h
+++ b/aes.h
@@ -1,6 +1,6 @@
 /* aes.h */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 142ac3e724c4d12f8460a8b69a0b1be91f952b42..153328fcdd83656bd92fb256619bac63a3a70aaf 100644 (file)
@@ -1,6 +1,6 @@
 /* aes128_dec.c */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index e59ef49a44faf330cb4b56f993164767c6614c71..79bb5f1dcb1e36725b9dd374fcbabef0ad0b91e3 100644 (file)
@@ -1,6 +1,6 @@
 /* aes128_dec.h */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 1e8ee3137e32a7823b8bb1721093cf316d7f9130..00329a96711c09e987b19895bfcffff63675fb16 100644 (file)
@@ -1,6 +1,6 @@
 /* aes128_enc.c */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 5fa39f7d8f1f2a0886d5f109a7fa31e56dea9588..cbdc871d6bcd9904b5f9dba8f7bf5d99471da770 100644 (file)
@@ -1,6 +1,6 @@
 /* aes128_enc.h */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 1fabc03f3ec0109beb04f7080c9987d0889664b3..a28f830bd29fcc9ffc5e49319faaa5da4312857e 100644 (file)
@@ -1,6 +1,6 @@
 /* aes192_dec.c */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 346eacf0ecfac3cc74ff849c0772c6ec6ead1743..0c7ba48c7e986576dca9c8c27f06949e253c8efd 100644 (file)
@@ -1,6 +1,6 @@
 /* aes192_dec.h */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index f7e566f2c744b59494632faafd2f311d53a7fc0b..52a7f6237a259f7755d27ebfff4ea5742a17716a 100644 (file)
@@ -1,6 +1,6 @@
 /* aes192_enc.c */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 5535c6e8e7896387f9dd917ad83cf8f31f43cc11..b6d92c8303538026c9dd72ab6fff8db1d315811b 100644 (file)
@@ -1,6 +1,6 @@
 /* aes192_enc.h */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 08cb4818fa10dbfc180b5405dc112f95ccb8ab84..a74d43bd40a3001c28324e5124966191286fd009 100644 (file)
@@ -1,6 +1,6 @@
 /* aes256_dec.c */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index b6fda8fccd31f53ff964c2205d1f139ab487330b..7a6a1a435fc058bbc6fbc975f4e70f8dc55e428f 100644 (file)
@@ -1,6 +1,6 @@
 /* aes256_dec.h */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 7d71a0f3d0e163b10100e46b997b6c890e41ac38..017f7ec2271a62ca7ba614abcf15aaa0b4ced03c 100644 (file)
@@ -1,6 +1,6 @@
 /* aes256_enc.c */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 240bad33a536a955a727ff2866885a2f17e3227d..e854e63827e44884e218af9d3b3891b780228912 100644 (file)
@@ -1,6 +1,6 @@
 /* aes256_enc.h */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 6502a4a0f16b517f2986aebc3cc3a74caf4a6683..90e046eabb1a51461ca01b32df33de7da9664df8 100644 (file)
@@ -1,6 +1,6 @@
 /* aes_dec-asm.S */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008, 2009  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index b4006237917df2cd72796a71aa4e8d1ca4383fd0..8822c32fea87c727be34d0ee4f5716be715ec938 100644 (file)
@@ -1,6 +1,6 @@
 /* aes_dec-asm.S */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008, 2009  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 48d6ab77cce588dcef42d415672d0618e5a5ae78..72078acd2c81dbe4b2dbf385b98560892c2862d2 100644 (file)
--- a/aes_dec.c
+++ b/aes_dec.c
@@ -1,6 +1,6 @@
 /* aes.c */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008, 2009  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 31749f3317c6b017e1d7b4aba61ddd1d010a53dc..b033e351e3ac3cf8df89794967e26cfd93cac1f7 100644 (file)
--- a/aes_dec.h
+++ b/aes_dec.h
@@ -1,6 +1,6 @@
 /* aes_dec.h */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 6417f4d5fd5333e6c3d1e4bf551aafe014eaf10d..14514f69d83309b7f82a1068dffaa484d4123347 100644 (file)
@@ -1,6 +1,6 @@
 /* aes_enc-asm.S */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008, 2009  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index a9a2607802351fbc736fbfc9130ac48910988af3..bfb4fea949b86033b328f03217fe11b4b4c8672d 100644 (file)
--- a/aes_enc.c
+++ b/aes_enc.c
@@ -1,6 +1,6 @@
 /* aes_enc.c */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index fe1519041bc4be67a36057816dc26cf1acdd0ef6..eb315219a76ac5124fdebd0515b03c5ee57c00a1 100644 (file)
--- a/aes_enc.h
+++ b/aes_enc.h
@@ -1,6 +1,6 @@
 /* aes_enc.h */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 3b7a22ab50e1ab0fbcdf06ed2f75e0aae9bde820..11dec9600363bbed1477bfcce5fd8d5f4b86a665 100644 (file)
@@ -1,6 +1,6 @@
 /* aes_sbox-asm.S */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008, 2009  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 9206aec18fa9d0c150764138066a7a4aad5a3f55..fef65a9933716c99f9e726f358d0a1f5f31c8386 100644 (file)
@@ -1,6 +1,6 @@
 /* aes_invsbox.h */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index dab71049f0a24b533d48a7124654362c63d1b0cc..dada311be3222ccfe298ac979b80caef2061c5c4 100644 (file)
@@ -1,6 +1,6 @@
 /* aes_keyschedule-asm */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008, 2009  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index cd92c9ccbb57b1c779135d497e11f2cd01031328..05154192a191a6c53af57cc53345c85bc69d0768 100644 (file)
@@ -1,6 +1,6 @@
 /* aes_keyschedule.c */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008, 2009  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 2e0906644d4b497eea7d1ba62a83a8ba1e8a892e..109446ac40aa1a39dc5c489018aead75107f7bc1 100644 (file)
@@ -1,6 +1,6 @@
 /* aes_keyschedule.h */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index dffecb21a3b35f109f404cc4b00f05a8eb4b1b4d..f3e99e7b30bd1599bd903e382df87a558c5a100f 100644 (file)
@@ -1,6 +1,6 @@
 /* aes_sbox-asm.S */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008, 2009  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 3b222b61689918664380fd8e403dbb722f28cbe2..325fc9cfcfa77b22c1e85034c3aaa7b4b17681b2 100644 (file)
@@ -1,6 +1,6 @@
 /* aes_sbox.h */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index b506dc4953fd9701ec5ca38f2be9b86d5e116c06..6c8c351f677f6b68e218fd2857a3a2cee587ff53 100644 (file)
@@ -1,6 +1,6 @@
 /* arcfour-asm.S */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 5dcb84fb4e4ec7b44e6d34b8c81dbb821ff037c4..bc9a6dd0cbe7a4127ac686a96eddf133e15f0ad4 100644 (file)
--- a/arcfour.c
+++ b/arcfour.c
@@ -1,6 +1,6 @@
 /* arcfour.c */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 9adf28dea63dac08d24af816f84543967a3d6048..15d3ccff8382556466ca5c6a686638004192e97f 100644 (file)
--- a/arcfour.h
+++ b/arcfour.h
@@ -1,6 +1,6 @@
 /* arcfour.h */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 698e23e11a7d5c9a3279fc6a0c12060bba683a03..57007accffe5d57d7fa0a375020839a56511b2dd 100644 (file)
@@ -1,6 +1,6 @@
 /* avr-asm-macros.S */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 6fd344d34c652dbdc8907a22fe4264be73546ead..bc31c564adb1dc6641e0b4eaed3ee0e00212abd2 100644 (file)
@@ -1,6 +1,6 @@
 /* bcal-basic.c */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2009  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 507f60f4c6d29a1e002d5af29b91c7b68102424a..f4d66e30ee35b2f84d602cef849d5a2ecde42601 100644 (file)
@@ -1,6 +1,6 @@
 /* bcal-basic.h */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2009  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 48b92165114737df3fbd9a8fc84ff818b2971b02..5860943ad0eb29c0e28b8168f451c5b2521e7928 100644 (file)
@@ -1,6 +1,6 @@
 /* bcal_aes128.c */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 035b252785646aef9316a2f9b90e083308253388..f344c983cc7ba493dff6677e8b6116dd393aa029 100644 (file)
@@ -1,6 +1,6 @@
 /* bcal_aes128.h */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 47d4cb7e1f38af09347f25201500ccc8d4a7ea41..0935f28690148064161717c16ce3dd3a56909ae3 100644 (file)
@@ -1,6 +1,6 @@
 /* bcal_aes192.c */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index d669aed3adc327a286e030b30697ccace0daf2c0..255fb099027c4d1994f4cdd502cae7a7b2917982 100644 (file)
@@ -1,6 +1,6 @@
 /* bcal_aes192.h */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index a611700db31fa7f8596b8f77194f497d376d7305..ac0dd4b09a17e934550d0c2915e22dbeb6ee9ec2 100644 (file)
@@ -1,6 +1,6 @@
 /* bcal_aes256.c */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index cc679674029ff4a3efdf8925833043f22d012f54..820d739c78235b1d53376c8c7b148927fe4fdd0c 100644 (file)
@@ -1,6 +1,6 @@
 /* bcal_aes256.h */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index b2efb251fdb9054067bcc1ae6229da312f624b26..fa8098a1a3e88acb5e729488ffb59c11c14a0dff 100644 (file)
@@ -1,6 +1,6 @@
 /* bcal_camellia128.c */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 05c57512f055f5b9c897e461c182308a203989d4..1de0424cd240d82efc62bee6bb14e62110321e8d 100644 (file)
@@ -1,6 +1,6 @@
 /* bcal_camellia128.h */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index b84bd418b355c9b7466c79d096105d05d9403d89..9e119ab0f36fba332f06cfc8a9bb0ac395fdff9c 100644 (file)
@@ -1,6 +1,6 @@
 /* bcal_cast5.c */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 97c30f63039d7ad8edf927ebc9e33e1c51869400..6ad5bbd06a6687c6787bf2a52aa16da6aa837411 100644 (file)
@@ -1,6 +1,6 @@
 /* bcal_cast5.h */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 8f35bc2f1f1c52b879bd4103307cdb8d88d9cc53..26555e20700760605a4cb55ca1f9681d759ebc0f 100644 (file)
@@ -1,6 +1,6 @@
 /* bcal_des.c */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index d5eebc8dcd95bc52277bb2662f242e163ac3c7fa..c233cbde7978feaedf983a39c344987cdebe534f 100644 (file)
@@ -1,6 +1,6 @@
 /* bcal_des.h */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index c22f2f9ae42992453713fa4d26fb4961addf46f2..b6b7d7777066a6f002b52a1e36ddcf701e29126a 100644 (file)
@@ -1,6 +1,6 @@
 /* bcal_present.c */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 0f095a2d5b8c69afa28448e6bf3a27a79e68f0bf..b584fba8b9a2f8674fee931bb47206cccb164880 100644 (file)
@@ -1,6 +1,6 @@
 /* bcal_present.h */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 76ce4020ae35d4d25fb8e55f654650831c6fdb70..73cd086a4de18b8049b1c592e703fd5c5274ab97 100644 (file)
@@ -1,6 +1,6 @@
 /* bcal_rc5.c */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 8c7cc266ae7ebf384dce5b630bdd9f28edb3e34a..10ab7722d79ca3242ef94b4c230cc4b8e5390e46 100644 (file)
@@ -1,6 +1,6 @@
 /* bcal_rc5.h */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index ac73c68b7f0556f09aec6ecaa68f87657f2448c8..8ab036db8c0efc26d538b305f23df816e04b2c2b 100644 (file)
@@ -1,6 +1,6 @@
 /* bcal_rc6.c */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 391581653f58e93afef7a1b6b5538eecff87aad0..f46a765c10ad0ac639bbf0407d371bacd6b34713 100644 (file)
@@ -1,6 +1,6 @@
 /* bcal_rc6.h */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 2a611649defe6742da8bc9cf484ce2af037fa200..edda0c5635ebf334527b3eef8185e086ed59e679 100644 (file)
@@ -1,6 +1,6 @@
 /* bcal_seed.c */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 0457d01851d4e06bf14a304dae5b10324237cddf..207190f5311d328c856fd17f1c6f4f94c44c3ff4 100644 (file)
@@ -1,6 +1,6 @@
 /* bcal_seed.h */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 760f208a6e1af6e4da64ad02e9a7db627d2c64cd..edd4fb712a6761d9915d1cc765a44087d090cb17 100644 (file)
@@ -1,6 +1,6 @@
 /* bcal_serpent.c */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 65dcc15b5b8395e0663feade80c039852577ab70..ec3bec27ed438bb6f5bf4717adb2dd0a0e7261a2 100644 (file)
@@ -1,6 +1,6 @@
 /* bcal_serpent.h */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 3ee0491427438db381a0536c825c213cadb2a442..6275febaa5d5a635f192e81230ead95f364a375c 100644 (file)
@@ -1,6 +1,6 @@
 /* bcal_skipjack.c */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 018064c46dfaa331bf1660c0f6e12dbe18fc321d..5bde0852ab75e4a4c325695abf8b3f3b38e0a157 100644 (file)
@@ -1,6 +1,6 @@
 /* bcal_skipjack.h */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 68d1bac361ee03538164e6be395f614c2338d7c0..01d597bba85eb8e49a66b47e09ddbafd57ebaab2 100644 (file)
@@ -1,6 +1,6 @@
 /* bcal_tdes.c */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 84a47ebafe98adc69b019e9462a070463e1ad44a..5e66faede13370c90fd06ce62352b6cc6481ce29 100644 (file)
@@ -1,6 +1,6 @@
 /* bcal_tdes.h */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 51988ad828933f49ac92bda33827fa04048f0018..798d6748d043f8ed85aa05643707bbb868004a42 100644 (file)
@@ -1,6 +1,6 @@
 /* bcal_xtea.c */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index c6cb17da8f2e1f72354b2895934ddcf7f36f58a9..d1ab0e8f6e2012de6fd57c70c5b49ab9f1a2819a 100644 (file)
@@ -1,6 +1,6 @@
 /* bcal_xtea.h */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index eeb7b491bc652ebc673440bbc342516fbf176094..dc558c437098b151f53c958465c6b6e1ca83e585 100644 (file)
@@ -1,6 +1,6 @@
 /* camellia-asm.S */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 0ae637d0ff176d2a7ef82f7e517588e65c644688..d55d08f9e600a9889f7278454e73207033183595 100644 (file)
@@ -1,6 +1,6 @@
 /* camellia.h */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 3461d1f89380ea37c3a6de0ec6c739e9854f9a26..8cc95de85d5dc0ca75e29844024abfd50ae2015f 100644 (file)
@@ -1,6 +1,6 @@
 /* camellia128-stub.c */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 1db82f33ddc9032aac1724557f2963b488146f82..0c0e6ac77cec6e7d36e490744e9a426fbb58df56 100644 (file)
@@ -1,6 +1,6 @@
 /* camellia_C.c */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index db8fba43d16a67fc1070675a05749c5aa78d569f..b948ec02db96066ad196a93d7b076f9979a8a07b 100644 (file)
@@ -1,6 +1,6 @@
 /* cast5-sbox.h */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
diff --git a/cast5.c b/cast5.c
index 4bed59e695466799fe3353d39fda23b90bee826f..427b8b10b1e63c82489557a4fae404c2ddc7ae7c 100644 (file)
--- a/cast5.c
+++ b/cast5.c
@@ -1,6 +1,6 @@
 /* cast5.c */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
diff --git a/cast5.h b/cast5.h
index c33d8058ee52a1cb9522ca822df8bdc09f390cd3..49965700ed54f3430f544ad6018e6c75fec30dcc 100644 (file)
--- a/cast5.h
+++ b/cast5.h
@@ -1,6 +1,6 @@
 /* cast5.h */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index ac45eaa82941ebc8de854334a86cc393d64ac612..3997f59d792084fa5a41a9c3b0d582452cb1eaea 100644 (file)
--- a/config.h
+++ b/config.h
@@ -1,6 +1,6 @@
 /* config.h */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
diff --git a/debug.h b/debug.h
index 901a1d15dcb55039c29d1cf4c151f1ca411b52f8..08de3bf1c1df15221eca5226e820905eec4a03c6 100644 (file)
--- a/debug.h
+++ b/debug.h
@@ -1,6 +1,6 @@
 /* debug.h */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
diff --git a/des.c b/des.c
index 4a5277e53e6865175c8a5444312104ecc1eed0c2..0ad3361cbd6188a99b06229a6717c52eeb45499c 100644 (file)
--- a/des.c
+++ b/des.c
@@ -1,6 +1,6 @@
 /* des.c */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
diff --git a/des.h b/des.h
index 456dee188a051598b964e9fbd25bd15f6875574b..e2e24359d3bb29b41d1581f311a87523a5e81bb9 100644 (file)
--- a/des.h
+++ b/des.h
@@ -1,6 +1,6 @@
 /* des.h */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 625e468682af943f680c7e9fd6de40289c5f3345..ebb642290505a635c30fc47582112008112679b0 100644 (file)
@@ -1,6 +1,6 @@
 /* entropium.c */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 7b4081e1971c819eaadd68e40f851900ed22fcd8..00121a1011ae6edfafac6c17c2a59f7f1479ba95 100644 (file)
@@ -1,6 +1,6 @@
 /* entropium.h */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 6e5c3b8fee5f90d40b87d8fa1b0e509dc2e845f6..0f9dfa07f402d7f18cc74d6c7c246d8367becb41 100644 (file)
@@ -1,6 +1,6 @@
 /* gf256mul.S */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 0b09b7cdd564cfe4a5c64045a7dc5f0c8b19c3b8..70d11d697db25d9c0ae2e6f95987094b94b487ef 100644 (file)
@@ -1,6 +1,6 @@
 /* gf256mul.h */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
diff --git a/grain.c b/grain.c
index 05571f4bcb17d0242670d90aed0b9383884b357f..895f28b107dc7d01d7a793682f62c94422f0875d 100644 (file)
--- a/grain.c
+++ b/grain.c
@@ -1,6 +1,6 @@
 /* grain.c */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
diff --git a/grain.h b/grain.h
index c8a3d7f8b87ab8d6bb66a7cc58fb2dae7c063034..0f104429c2951597355e0b75102766506bf1313d 100644 (file)
--- a/grain.h
+++ b/grain.h
@@ -1,6 +1,6 @@
 /* grain.h */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 1424adacfb9bcd0e471f5502412132664f357a5e..d70e4817c4bb250ee836ab80d1dba91d584a383a 100644 (file)
@@ -1,6 +1,6 @@
 /* hmac-sha1.c */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index c8584e36fa5508a1f9302b5c72077ba41ccd7519..5651d8331690f685e1f1fa06980e97c064c03917 100644 (file)
@@ -1,6 +1,6 @@
 /* hmac-sha256.h */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 274c9c470e5f0acf441653d1a99de000f6224d8b..d84f46dd7a323a58ac6e705088a69fd9695f85d0 100644 (file)
@@ -1,6 +1,6 @@
 /* hmac-sha256.c */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index ad43f60c534d87d874b32a408d4bb9fdc43892d3..0334a7d8a4da13c5e76b0de79a3ce963c2764d20 100644 (file)
@@ -1,6 +1,6 @@
 /* hmac-sha256.h */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 0d002f961d00c90211db3c763cea5e4f19e81c26..a7512e7dd478c6917b53e8f4117729b957eddf2c 100644 (file)
@@ -1,6 +1,6 @@
 /* gf256_table_gen.c */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index d10b69cab50b173a36c7659bc2976f98bb996cf6..46e7d24a7efc13574de418eac963d767fca8111b 100644 (file)
@@ -1,6 +1,6 @@
 /* gf256mul.c */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index f1a61bb3bdba5c0da18ddd65316deb2fb52c9545..50ede5efc90664d9d4e3dfb526da227a40f81846 100644 (file)
@@ -1,6 +1,6 @@
 /* gf256mul.h */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 5b148f659961a2c371a434cef31483b8213caa6d..17f4d473ef27a7c778357c676956e4f4dd13a31b 100644 (file)
@@ -1,6 +1,6 @@
 /* keysize_descriptor.c */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2009  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index ecb3761555fb7d4145057256cc8e75108781118a..aeda6fc39eb9c2d9396766dc63ff8cfaefd71ee5 100644 (file)
@@ -1,6 +1,6 @@
 /* keysize_descriptor.h */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2009  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 54db5359e15d2b861b38b9e805e967ec5423fb33..f1ba9941549bf78003f1417c1e5cb628bcb88ee0 100644 (file)
--- a/main.dox
+++ b/main.dox
@@ -1,4 +1,4 @@
-/** \mainpage Documentation for microcrypt-lib
+/** \mainpage Documentation for AVR-Crypto-Lib
  \section Algorithms Available algorithms
  \subsection Stream-ciphers Stream ciphers
   A stream cipher generates a keystream which is normaly XORed with the
@@ -70,4 +70,4 @@
   Implemented PRNGs:
    - Entropium (entropium.h)
    
-*/
\ No newline at end of file
+*/
index be8f50b4fc8caa4ff66f5cb4a60dcbec00edb019..e48c28d4391408c10e4748661214deeb54cde5a1 100644 (file)
--- a/md5-asm.S
+++ b/md5-asm.S
@@ -1,6 +1,6 @@
 /* md5-asm.S */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
diff --git a/md5.c b/md5.c
index ac07042bcc83dfe372d71a696617f0a7ee422f0d..1ecf02aa9e3a8d6046a464cca94038a4371bcfc4 100644 (file)
--- a/md5.c
+++ b/md5.c
@@ -1,6 +1,6 @@
 /* md5.c */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
diff --git a/md5.h b/md5.h
index 446575fd0965d40ceb7be4a9d478ae0cef99bcae..d76046e68c7e9e0f2a9c8e78ff4a03daf9db76c3 100644 (file)
--- a/md5.h
+++ b/md5.h
@@ -1,6 +1,6 @@
 /* md5.h */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 53f03dd6c514353e0fb3c72f43adcc6462d68c23..c421fad1242cc7706de0d844511be1427bbb85b0 100644 (file)
@@ -1,6 +1,6 @@
 /* md5_sbox.h */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index b89fccd3a3f392f3b5bac425f8addee57d2979b6..3d234f5e56c13c79708625e5f74fed7f25493980 100644 (file)
--- a/memxor.S
+++ b/memxor.S
@@ -1,6 +1,6 @@
 /* memxor.S */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 8a4c23a8c63e5055cbb1a6608be494e2d736b409..fe720a6bb005651aedbcefaf805cdf83d042bf1a 100644 (file)
--- a/noekeon.c
+++ b/noekeon.c
@@ -1,6 +1,6 @@
 /* noekeon.c */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 5817d9fcbe3f4daa606d8d387e19150be5afdae3..c6cc9e88004b4d0904cf02d6a1082c16e98cff57 100644 (file)
--- a/noekeon.h
+++ b/noekeon.h
@@ -1,6 +1,6 @@
 /* noekeon.h */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 5b23292ab8721df4dcbf82deb379c8b12c6543ba..7fc05069005d2acb79a2c847609017bffadaea0a 100644 (file)
@@ -1,6 +1,6 @@
 /* noekeon_asm.S */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index c563dfcd6a41bd53461ac842dbb5d7c0bbe9c37f..f914544e3beb2af242b8a13d6cfc8b432bd5f5bb 100644 (file)
@@ -1,6 +1,6 @@
 /* noekeon_cbc_enc.S */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 9b1d44d70e101b863a7e026744688fcecbe08f4c..3c2a60fd34770459a593d2d06b1473e9305c13dc 100644 (file)
@@ -1,6 +1,6 @@
 /* noekeon_ctr.S */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 8ebdac7c8b4242625700d9256475773fa24d2ce0..259ec079a5ead7cf8c116447a76e99819c573eec 100644 (file)
@@ -1,6 +1,6 @@
 /* noekeon_ctr.h */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index a02f605bb9fdb772a99741a7eabcb364dd8b0508..fc3984eaf3462bc4e759d1ca1024d4f8b52a2e42 100644 (file)
@@ -1,6 +1,6 @@
 /* noekeon_omac.S */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 34718940e7825472f8108738b40d2fae10565397..88d30793d17422a6100ba82db5af7797b84b506a 100644 (file)
--- a/present.c
+++ b/present.c
@@ -1,6 +1,6 @@
 /* present.c */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 036764d339636ce6205c8385f69a4ef393013119..1a43ddcbdefcbbe12edd0b1d530ee0968b6810fc 100644 (file)
--- a/present.h
+++ b/present.h
@@ -1,6 +1,6 @@
 /* present.h */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
diff --git a/rc5.c b/rc5.c
index e3584f8deb6b87f977c00d7d7a623dbb26ee258b..c3f1820c2c702692153194138dfad74e507bfa91 100644 (file)
--- a/rc5.c
+++ b/rc5.c
@@ -1,6 +1,6 @@
 /* rc5.c */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
diff --git a/rc5.h b/rc5.h
index ddcefc8e92d4f980cf8ffed797d9e0c1da268b64..da3698dbef830a325b7420bc7a44118fdb80b1ba 100644 (file)
--- a/rc5.h
+++ b/rc5.h
@@ -1,6 +1,6 @@
 /* rc5.h */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
diff --git a/rc6.c b/rc6.c
index 9145c9d18d8c135da880c6ef4ae3aaf810fd610a..49b72eca98778b0cf03ce5baab81d5782c02a699 100644 (file)
--- a/rc6.c
+++ b/rc6.c
@@ -1,6 +1,6 @@
 /* rc6.c */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
diff --git a/rc6.h b/rc6.h
index 742830e6dc09d12fa63882f2ba51605dce343436..0ee4eaf217984e587cfb4a5febac7b07d210c0bc 100644 (file)
--- a/rc6.h
+++ b/rc6.h
@@ -1,6 +1,6 @@
 /* rc6.h */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 604fc7f52755e2f025a759b900cffae4d45a0aa2..cf2d7a51e48420f998acb84f859c9b9e45316a03 100644 (file)
@@ -1,6 +1,6 @@
 /* seed-asm.S */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
diff --git a/seed.h b/seed.h
index 7283191b45f74e3b767b53a2341834b45626ab9e..512863247b29ff5d1a34f2747b84903da6b85e35 100644 (file)
--- a/seed.h
+++ b/seed.h
@@ -1,6 +1,6 @@
 /* seed.h */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 5cda64decf0d8169a2ec4fb4a81b1a5ac2716fbb..e93da31165a80f80637f3cb776e88081879f23fe 100644 (file)
--- a/seed_C.c
+++ b/seed_C.c
@@ -1,6 +1,6 @@
 /* seed_C.c */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index eafecc6141e3c203dba6b033981e2d3341fb333b..0c79bf082cf2bd7228681670dd4c0e938d4fdb39 100644 (file)
@@ -1,6 +1,6 @@
 /* seed_sbox.h */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 50e2082ae94f98ff8ab722d941ad74ed333e622b..6569fb7510d0f5c6455ee0eb6f8866d0cabb4d17 100644 (file)
@@ -1,6 +1,6 @@
 /* serpent_asm.S */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index be66a113ed12cd4e8e28836e5ed3040b75a8786f..4f0fcc6fd39435654d5437e0e69598642c9a8cc3 100644 (file)
@@ -1,6 +1,6 @@
 /* serpent-sboxes-bitslice.c */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 8d4e80ddeb0d39cba471407a5bc7657a4572a5fa..c18f116f903a3fb301a1b30589a94877b00ce445 100644 (file)
@@ -1,6 +1,6 @@
 /* serpent-sboxes-bitslice.c */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index f4fc682f4dd7c2aa7323b8771675ca1d0e0bca2c..047d82ac36c43190334eb58217ddf7a27d9aff90 100644 (file)
@@ -1,6 +1,6 @@
 /* serpent-sboxes-fast.S */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index f70da421e58706ed86ba0d62f4e4e1bd1b43d4a7..76aafdb48d66dc00349ffc451692ce663583e338 100644 (file)
@@ -1,6 +1,6 @@
 /* serpent_sboxes.S */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 37df77733c3dcffadad5cd4a4416bd2acb845505..33848105687e1674e9257d52b846b73844ca7f53 100644 (file)
@@ -1,6 +1,6 @@
 /* serpent-sboxes.h */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 5cfc706d3d4b43a38ffbb9cba69e2240dcf72869..36e7fdf0ac1ff7de05878ba2e86e2514d7ab4f37 100644 (file)
@@ -1,6 +1,6 @@
 /* serpent-sboxes.c */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 1a134128b9c79f75c2a0274d92bb8842aae22887..6506b2ad2b70495db93c40054bbf997ecf1bf2d3 100644 (file)
--- a/serpent.c
+++ b/serpent.c
@@ -1,6 +1,6 @@
 /* serpent.c */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index f65d36f568dce5ba8f07ee2cb6838f78a63d5d57..19b88160168e8b86ebdef7832a25d0acc5aded89 100644 (file)
--- a/serpent.h
+++ b/serpent.h
@@ -1,6 +1,6 @@
 /* serpent.h */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 14c2c21a11fa669fb9caadba342eed26a3645bac..5d0a2410c93d361a72fef65d89e92d04745df782 100644 (file)
@@ -1,6 +1,6 @@
 /* sha1-asm.S */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
diff --git a/sha1.c b/sha1.c
index f812be97e34b1ce036cbe66c8c4ff79c112f1086..b2fc2837875cd10235149f767ebc2d4327445147 100644 (file)
--- a/sha1.c
+++ b/sha1.c
@@ -1,6 +1,6 @@
 /* sha1.c */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
diff --git a/sha1.h b/sha1.h
index cd4805da8e5a33c16b54ade337e58e68ce437687..895ac49371dd12d09283ea2d89182d6952192814 100644 (file)
--- a/sha1.h
+++ b/sha1.h
@@ -1,6 +1,6 @@
 /* sha1.h */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 67956045fa00c96c97b5a82a959da5f38a7c2a2e..a9f7c431956721fbbcc783d894dad516ebcc2f76 100644 (file)
@@ -1,6 +1,6 @@
 /* sha256-asm.S */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 1896deea2c5c8a03a71f652ec142264f64e7356d..9df0f0497ae44d1d17a21b6b33dfb94e761ff4c9 100644 (file)
--- a/sha256.c
+++ b/sha256.c
@@ -1,6 +1,6 @@
 /* sha256.c */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index ec43488b7acca2179030622ec1fb653d580e00cd..dad33236f8d116d00da129b022fd4b80aa33ec50 100644 (file)
--- a/sha256.h
+++ b/sha256.h
@@ -1,6 +1,6 @@
 /* sha256.h */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 6b8b33d54323d2d2a2f7696075bd9d01646cc4ab..1d5c6c9b4c41f1faa1e2685dbf1725c351d14266 100644 (file)
@@ -1,6 +1,6 @@
 /* shacal1_enc.c */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index b429c218c25c3cc81e7ce09162363a38e4491043..b5f81b485180eb07215ae06ff4c6611885b15192 100644 (file)
@@ -1,6 +1,6 @@
 /* shacal1_enc.h */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index abfb3e04fb11ffb32149694ec6f7af5273a6dabd..96e32d81dcf7724fed90d6a43d6ffa103bf9e79b 100644 (file)
@@ -1,6 +1,6 @@
 /* shacal2_enc.c */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index d7949dab1a07594d820f7526f5b2fbc4e51c241e..56067ade8caab2f2b48cb0ffbe0b5ebf2082e2eb 100644 (file)
@@ -1,6 +1,6 @@
 /* shacal2_enc.h */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 2b4019e3502c6773dff331caf4f8f503003be034..ce16355713cf7f17f771e7b596ab8447d79c64b4 100644 (file)
@@ -1,6 +1,6 @@
 /* skipjack.c */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 9c670733f27224522c59f38a62970e9dfb7517be..4b4372aa6932a73e74add8efc10ae2792f6fc361 100644 (file)
@@ -1,6 +1,6 @@
 /* skipjack.h */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 37bbb25490b294b6889a59428aa8e62d4a37ea36..d702699f1f9b9e05cbd0e26bf39e2cd9c6265b91 100644 (file)
@@ -1,6 +1,6 @@
 /* cli.c */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index c36a6e68fdab4e6a0d3d01fa0022ad4026c7dbae..bf92b186ce3aef37b75e38d763840e482bd570bd 100644 (file)
@@ -1,6 +1,6 @@
 /* cli.h */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 3b5fee4c74c71a3b5e873acd21b013841245f491..a9a52921792dda36ac11aec1176a7d9c5897c883 100644 (file)
@@ -1,6 +1,6 @@
 /* debug.c */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index a330286633c8bc9690791874845f1d67886e99b3..8b73b40279e51f4045029e822b50ad461b56006e 100644 (file)
@@ -1,6 +1,6 @@
 /* main-a5_1-test.c */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index ad31fa5d17a2f04c8c62b6995daaadd04b283a68..ecb9ad2f45a11b5750a1d5ef281131a207f1985b 100644 (file)
@@ -1,6 +1,6 @@
 /* main-aes-test.c */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index b5e909e9aef89cf8c562c2e455025dc30af529d4..84fb9543e0bc61472bcc1678cadcb19de4139b85 100644 (file)
@@ -1,6 +1,6 @@
 /* main-arcfour-test.c */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 7e2cc352a28e388cdde389d8b5f270f1fe2e1c2c..b52cb09fae89d33e9e70c231e8841493b4ab3c5e 100644 (file)
@@ -1,6 +1,6 @@
 /* main-camellia-test.c */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index a5f30215d6b178b6b6778bf5968f3e15f13c0f63..3cdb70355ac5665f59679c4f05cf7e8f2a9ae178 100644 (file)
@@ -1,6 +1,6 @@
 /* main-cast5-test.c */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 714781ca59af56e1f10e46e21e6f50e98bd2de2c..b421d352cb247df21aab1bd2d3a978e14e9feff4 100644 (file)
@@ -1,6 +1,6 @@
 /* main-des-test.c */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 3384396a0284d6144c17eee7e528b4c01405e361..df0bc744e9c9bf01d5cf1a16b05d8bd62d3a9938 100644 (file)
@@ -1,6 +1,6 @@
 /* main-entropium-test.c */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 44f08f8eee951b9557d275cf5b7b47c0df1945d3..d09e0024d53a57d32a37cba70bbcb4628e1ec08e 100644 (file)
@@ -1,6 +1,6 @@
 /* main-grain-test.c */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 2a786df956de33cf08e8831206b516ccc0ee15d4..4e248558de09784c49fbf82c1b84ad54e52ea441 100644 (file)
@@ -1,6 +1,6 @@
 /* main-hmac-sha1-test.c */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 7b552374db8ad55816e6345276da50e15f3bdd24..5d68ff5af4b11b3f7adfff3b49086e3756ea2f17 100644 (file)
@@ -1,6 +1,6 @@
 /* main-hmac-sha256-test.c */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 1bc69fa9a2b6ee6c1b748fb449ca67523fb1a44c..c38414b28f387fdd6663e55a2b786422744cca0d 100644 (file)
@@ -1,6 +1,6 @@
 /* main-md5-test.c */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index bfb42857cfbb155fd51be455811c7e9f7dbb2ae4..ebe42f7324c2e4f90060288dfdd4f0c5a5f3efe9 100644 (file)
@@ -1,6 +1,6 @@
 /* main-noekeon-test.c */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index c34d675712774f16896647c57b638f264fdfaf83..c05d23827fd14992d3c76374dadee6b30be0901b 100644 (file)
@@ -1,6 +1,6 @@
 /* main-omac-noekeon-test.c */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 169409df8aca3d1acf470cfcd1ffea9835042ff0..03d456525fb4e073dac3a5981460a8f2d3395210 100644 (file)
@@ -1,6 +1,6 @@
 /* main-present-test.c */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 2c16aeaad2b5cbdca76e263d74e53ba4a429f16d..7a4c770c5a91872b48f9e2262a473d28bcc10bda 100644 (file)
@@ -1,6 +1,6 @@
 /* main-rc5-test.c */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 5d7ecdac07e4f607b026134b7574da9ecbb364a3..5e3dfef9d120aa7ecd7673c9a79415040fdfa942 100644 (file)
@@ -1,6 +1,6 @@
 /* main-rc6-test.c */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 5161d5947741327fe41529d9fab64ead68670925..78b64fea8ecaac9eca9dab52134de1c6bf6761fe 100644 (file)
@@ -1,6 +1,6 @@
 /* main-seed-test.c */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index b4de5f432eff11bfbf461ebceea73f9cb1243980..ea48b749cf62ec5ebd08a9fb3494122a7fcd84b5 100644 (file)
@@ -1,6 +1,6 @@
 /* main-serpent-test.c */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 6f07227c03722943f459967fc6c6eae9dbb4e8ff..e1c3139ef05d0d36fce65dd818fabd22f3eff34c 100644 (file)
@@ -1,6 +1,6 @@
 /* main-sha1-test.c */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 9c3031d2f18faacdbf0ca35da9f2c1bb5a73104f..3fcacb6a7ee8ec4167dd39654c7917b6be031a36 100644 (file)
@@ -1,6 +1,6 @@
 /* main-sha256-test.c */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index f221fd54af6b108b9eb005cb49f1f9e61cddf8e0..e7f006675ab4bdfdf254cf1d3bb2e2c8e237cbbd 100644 (file)
@@ -1,6 +1,6 @@
 /* main-shabea-test.c */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index a4a0a1ffdb44db2c88be074964d602b4f3446dea..6998d041b76a2a91ad2870b9763c6d21d7ed658a 100644 (file)
@@ -1,6 +1,6 @@
 /* main-shacal1_enc-test.c */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 3ffd131eba8e1d896e8b0bd46b60de118fb9fe45..2925e71843d270d7ef0e1874b44a33dabaec7d15 100644 (file)
@@ -1,6 +1,6 @@
 /* main-shacal2_enc-test.c */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 68baa3a697e9a9a734de2cbe919144ff0344b078..bb08986d8240c891527a4a07f825bbc04adae652 100644 (file)
@@ -1,6 +1,6 @@
 /* main-skipjack-test.c */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index d5ae1a00c4d9b745cd07702fd5372a504f28543a..fbe7e004ba52fe4eb4d357817c3aa07a79495762 100644 (file)
@@ -1,6 +1,6 @@
 /* main-tdes-test.c */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 4d4e3d2eb3deb081cadc81a909a9d3b04e0c3ff1..ad0f3856db625df28163926bc0ba99e87e35bc2c 100644 (file)
@@ -1,6 +1,6 @@
 /* main-trivium-test.c */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 40bb11ea350ac3eabaf3a97047f223a298cb22b9..dbc58832d5da83bfc8bdf5032f47219909002551 100644 (file)
@@ -1,6 +1,6 @@
 /* main-twister224-test.c */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index e9d3c59461407203928ed88630fc94ae9b740f48..25ae0896f8bc134b549d5fbe4d87c917be3c9804 100644 (file)
@@ -1,6 +1,6 @@
 /* main-twister256-test.c */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 87adf5e90a4b3dd7fdd57a9994642d7e3e766452..dcd0195c2745640d08ec2912407a24b0c72730c5 100644 (file)
@@ -1,6 +1,6 @@
 /* main-twister384-test.c */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index c9cc667e6b53733b192808876a406d2ddf664edb..8ec706cfc0842f955ba19359565155b034b34547 100644 (file)
@@ -1,6 +1,6 @@
 /* main-twister512-test.c */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 07fcffeb1eb5a2f9ad1664d922704a5a34408f1c..94a2475683b563f08be374086aeb40e5fb9898fb 100644 (file)
@@ -1,6 +1,6 @@
 /* main-xtea-test.c */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index f9a91e547a8f82f745e9f9df73201d0da8245e50..70cd883a65fa32df41ec2e1748f84c56d677653f 100644 (file)
@@ -1,6 +1,6 @@
 /* nessie_bc_test.c */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 1bab98cd2d83d7601bd73d30853f32f5c606218a..07e39541618c51c435c3267b9130350c1683f509 100644 (file)
@@ -1,6 +1,6 @@
 /* nessie_bc_test.h */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index ff087bffac4bba605be85efc77e621b541d1529b..96967afc1cc28a366da8c1fff518e80ded3edfbb 100644 (file)
@@ -1,6 +1,6 @@
 /* nessie_common.c */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 4090e32ea97d25c99df65f0fc9bc76b6d10fcf7b..dcae12eb07894715d10e0834ea245ff3d1d781f3 100644 (file)
@@ -1,6 +1,6 @@
 /* nessie_common.h */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 27b9892684881c836ec2e188ccc096f01f910fbf..dbb98a0781ad10df79680c646574a4f341838018 100644 (file)
@@ -1,6 +1,6 @@
 /* nessie_hash_test.c */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index aa88bdb6d3699e786efdae0791f1585451afeafc..b18a1ab0d9e66cc1a277fedc559765783d9f680c 100644 (file)
@@ -1,6 +1,6 @@
 /* nessie_hash_test.h */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index f8cfb2835080b084fe26a44dd57b9a4490ca505d..e511e6febc9afe889f588aefc00255e5e60d4913 100644 (file)
@@ -1,6 +1,6 @@
 /* nessie_mac_test.c */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index ed83133550737f223cf58068e55991096c012f85..571c0325d4f00542b932fb37479f4546b8585020 100644 (file)
@@ -1,6 +1,6 @@
 /* nessie_mac_test.h */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 3866b218ed3b11508756d7b38231242be3dbd234..9aecdbee3ba97ca29e968ed7467c0acc9485c3bd 100644 (file)
@@ -1,6 +1,6 @@
 /* nessie_stream_test.c */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 8422f45e9ca39ce178bc3e205463cacb692dbb0e..a1065d4db8f7dce965e6905a110e5cd42016085c 100644 (file)
@@ -1,6 +1,6 @@
 /* nessie_stream_test.h */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 5853c843d44fd871ab94ebe61844c39bf14210a1..9794e5bf46cf49205722cfdd154e7809da75f590 100644 (file)
@@ -1,6 +1,6 @@
 /* performance_test.c */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index d8b15655ee1a1882a77f76e738163845e72e97d6..6c0d13cc55df6c033a736945acc36409ab5ccd35 100644 (file)
@@ -1,6 +1,6 @@
 /* performance_test.h */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 4508ba6e9349231cb3b263908fb3fa7fe5b8e8f2..cb30433710ce5b9b596c7d427f360db5101645c0 100644 (file)
@@ -1,6 +1,6 @@
 /* serial-tools.c */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index c76b4d5967b212f7e1397f737488616d67eb3493..4de6f8343141b3c70d7a1242dcd74111833bdbbf 100644 (file)
@@ -1,6 +1,6 @@
 /* serial-tools.h */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index cf952ed024eb526c714f64df60b08b8aa672c1ba..68ac4a646cfc3c24720209833ece132e5fc93e20 100644 (file)
@@ -1,6 +1,6 @@
 /* uart.c */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 0da8de73da92975258465e4af2ce942a03225ac1..12fd013e889a5d7f5ff41cc9cd237be6e3e7de37 100644 (file)
--- a/trivium.c
+++ b/trivium.c
@@ -1,6 +1,6 @@
 /* trivium.c */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index f6eccce0c3974d3e8fcd62ee1bd7ca2e29328dfb..3a0428a499a0bd4363cd7789a05d6cefd7c5caff 100644 (file)
--- a/trivium.h
+++ b/trivium.h
@@ -1,6 +1,6 @@
 /* trivium.h */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 9e948a436067e1c0d65e243a9d67341366a25996..ad69e3809fb1bc6fc655543e28974710f0e44968 100644 (file)
@@ -1,6 +1,6 @@
 /* twister-asm.S */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index c296e59d7a003d632e2f5b67dcc1dca83a4817fc..5cdd02bee62d41885d95e75a2332d437aa352846 100644 (file)
@@ -1,6 +1,6 @@
 /* twister-big-asm.S */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index cc0c1215ef72542442b02ec5443655ab851c096b..f3233076813bb20d924d7fe08b303f760240c4c0 100644 (file)
@@ -1,6 +1,6 @@
 /* twister-big.c */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index e1ee3100882ec266b3f9185d35b7bb7983f7f62c..9a1f0c70fdc50b2600cf1571ba404e0919b3fbb9 100644 (file)
@@ -1,6 +1,6 @@
 /* twister-small-asm.S */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 494a7a11f72cfd44bc7efad4d777ecf0bcf9cc50..5dd3808396eb9bb992c46bb880f573bee962311e 100644 (file)
--- a/twister.c
+++ b/twister.c
@@ -1,6 +1,6 @@
 /* twister.c */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index e31ba1909c40a6f44ec26f2d0091cadb1fa0e248..07c6be058330f33096c2609893e2ef0161616f3e 100644 (file)
--- a/twister.h
+++ b/twister.h
@@ -1,6 +1,6 @@
 /* twister.h */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 60c7864adee36cb878c49a360f6e824090a02dd7..160d880865fc494c635bf1e5330b96063ceb602f 100644 (file)
@@ -1,6 +1,6 @@
 /* twister224.S */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index eaadd5d42ad3f1bf181b9b80f78803113f1c0f71..fb854fac9c78f86f161f16144a126ba0d2a61967 100644 (file)
@@ -1,6 +1,6 @@
 /* twister256.S */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 57b04e976610aaa3187b93f71397822652853829..03d911c18cd605f34cf83fdf9fef78f0802809c4 100644 (file)
@@ -1,6 +1,6 @@
 /* twister384.S */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 2952ad42b27cab2a698d78058e35dbd461db62b7..70d98edf228308f157293850b40e18a4cf4d0e94 100644 (file)
@@ -1,6 +1,6 @@
 /* twister512.S */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
diff --git a/uart.h b/uart.h
index d6cbc98703891a0bf36cee16282d5a644f39ea16..e72d95f0334586d267a1d9dbcf16e78e11fd7c1a 100644 (file)
--- a/uart.h
+++ b/uart.h
@@ -1,6 +1,6 @@
 /* uart.h */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
index 20f1d63b3a9fcfea934065e4d445f92023d95e59..f117e07bd867e1777b5a4c66e4adf18f34f3838d 100644 (file)
@@ -1,6 +1,6 @@
 /* xtea-asm.S */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
@@ -88,7 +88,7 @@ xtea_enc:
        movw r26, r24 /* X points to destination */
  
        ldi Func1, 32
-       mov r0, Func1 /* r1 is cycle-counter */
+       mov r0, Func1 /* r0 is cycle-counter */
        clr Sum1
        clr Sum2
        movw Sum3, Sum1
diff --git a/xtea.c b/xtea.c
index 0412754d5785db3ace46f634b042fa0e32adb8f1..36050f61f5d7488ba9201c768ff9af66ead9e8e2 100644 (file)
--- a/xtea.c
+++ b/xtea.c
@@ -1,6 +1,6 @@
 /* xtea.c */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
diff --git a/xtea.h b/xtea.h
index a35c84b020036eaa9c99342b5aa848805070c3a1..53bd2a651751c23ebf98749c31fd33e1d9c28eea 100644 (file)
--- a/xtea.h
+++ b/xtea.h
@@ -1,6 +1,6 @@
 /* xtea.h */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify