From 17332291e15183d71d88ed868275e3cb53917180 Mon Sep 17 00:00:00 2001 From: bg Date: Thu, 29 Jan 2009 11:49:40 +0000 Subject: [PATCH] renaming to AVR-Crypto-Lib --- A5_1.c | 2 +- A5_1.h | 2 +- Makefile | 4 ++-- aes.h | 2 +- aes128_dec.c | 2 +- aes128_dec.h | 2 +- aes128_enc.c | 2 +- aes128_enc.h | 2 +- aes192_dec.c | 2 +- aes192_dec.h | 2 +- aes192_enc.c | 2 +- aes192_enc.h | 2 +- aes256_dec.c | 2 +- aes256_dec.h | 2 +- aes256_enc.c | 2 +- aes256_enc.h | 2 +- aes_dec-asm.S | 2 +- aes_dec-asm_faster.S | 2 +- aes_dec.c | 2 +- aes_dec.h | 2 +- aes_enc-asm.S | 2 +- aes_enc.c | 2 +- aes_enc.h | 2 +- aes_invsbox-asm.S | 2 +- aes_invsbox.h | 2 +- aes_keyschedule-asm.S | 2 +- aes_keyschedule.c | 2 +- aes_keyschedule.h | 2 +- aes_sbox-asm.S | 2 +- aes_sbox.h | 2 +- arcfour-asm.S | 2 +- arcfour.c | 2 +- arcfour.h | 2 +- avr-asm-macros.S | 2 +- bcal-basic.c | 2 +- bcal-basic.h | 2 +- bcal_aes128.c | 2 +- bcal_aes128.h | 2 +- bcal_aes192.c | 2 +- bcal_aes192.h | 2 +- bcal_aes256.c | 2 +- bcal_aes256.h | 2 +- bcal_camellia128.c | 2 +- bcal_camellia128.h | 2 +- bcal_cast5.c | 2 +- bcal_cast5.h | 2 +- bcal_des.c | 2 +- bcal_des.h | 2 +- bcal_present.c | 2 +- bcal_present.h | 2 +- bcal_rc5.c | 2 +- bcal_rc5.h | 2 +- bcal_rc6.c | 2 +- bcal_rc6.h | 2 +- bcal_seed.c | 2 +- bcal_seed.h | 2 +- bcal_serpent.c | 2 +- bcal_serpent.h | 2 +- bcal_skipjack.c | 2 +- bcal_skipjack.h | 2 +- bcal_tdes.c | 2 +- bcal_tdes.h | 2 +- bcal_xtea.c | 2 +- bcal_xtea.h | 2 +- camellia-asm.S | 2 +- camellia.h | 2 +- camellia128-stub.c | 2 +- camellia_C.c | 2 +- cast5-sbox.h | 2 +- cast5.c | 2 +- cast5.h | 2 +- config.h | 2 +- debug.h | 2 +- des.c | 2 +- des.h | 2 +- entropium.c | 2 +- entropium.h | 2 +- gf256mul.S | 2 +- gf256mul.h | 2 +- grain.c | 2 +- grain.h | 2 +- hmac-sha1.c | 2 +- hmac-sha1.h | 2 +- hmac-sha256.c | 2 +- hmac-sha256.h | 2 +- host/gf256_table_gen.c | 2 +- host/gf256mul.c | 2 +- host/gf256mul.h | 2 +- keysize_descriptor.c | 2 +- keysize_descriptor.h | 2 +- main.dox | 4 ++-- md5-asm.S | 2 +- md5.c | 2 +- md5.h | 2 +- md5_sbox.h | 2 +- memxor.S | 2 +- noekeon.c | 2 +- noekeon.h | 2 +- noekeon_asm.S | 2 +- noekeon_cbc_enc.S | 2 +- noekeon_ctr.S | 2 +- noekeon_ctr.h | 2 +- omac_noekeon.S | 2 +- present.c | 2 +- present.h | 2 +- rc5.c | 2 +- rc5.h | 2 +- rc6.c | 2 +- rc6.h | 2 +- seed-asm.S | 2 +- seed.h | 2 +- seed_C.c | 2 +- seed_sbox.h | 2 +- serpent-asm.S | 2 +- serpent-sboxes-bitslice-asm.S | 2 +- serpent-sboxes-bitslice.c | 2 +- serpent-sboxes-fast.S | 2 +- serpent-sboxes-small.S | 2 +- serpent-sboxes.h | 2 +- serpent-sboxes_c.c | 2 +- serpent.c | 2 +- serpent.h | 2 +- sha1-asm.S | 2 +- sha1.c | 2 +- sha1.h | 2 +- sha256-asm.S | 2 +- sha256.c | 2 +- sha256.h | 2 +- shacal1_enc.c | 2 +- shacal1_enc.h | 2 +- shacal2_enc.c | 2 +- shacal2_enc.h | 2 +- skipjack.c | 2 +- skipjack.h | 2 +- test_src/cli.c | 2 +- test_src/cli.h | 2 +- test_src/debug.c | 2 +- test_src/main-a5_1-test.c | 2 +- test_src/main-aes-test.c | 2 +- test_src/main-arcfour-test.c | 2 +- test_src/main-camellia-test.c | 2 +- test_src/main-cast5-test.c | 2 +- test_src/main-des-test.c | 2 +- test_src/main-entropium-test.c | 2 +- test_src/main-grain-test.c | 2 +- test_src/main-hmac-sha1-test.c | 2 +- test_src/main-hmac-sha256-test.c | 2 +- test_src/main-md5-test.c | 2 +- test_src/main-noekeon-test.c | 2 +- test_src/main-omac-noekeon-test.c | 2 +- test_src/main-present-test.c | 2 +- test_src/main-rc5-test.c | 2 +- test_src/main-rc6-test.c | 2 +- test_src/main-seed-test.c | 2 +- test_src/main-serpent-test.c | 2 +- test_src/main-sha1-test.c | 2 +- test_src/main-sha256-test.c | 2 +- test_src/main-shabea-test.c | 2 +- test_src/main-shacal1_enc-test.c | 2 +- test_src/main-shacal2_enc-test.c | 2 +- test_src/main-skipjack-test.c | 2 +- test_src/main-tdes-test.c | 2 +- test_src/main-trivium-test.c | 2 +- test_src/main-twister224-test.c | 2 +- test_src/main-twister256-test.c | 2 +- test_src/main-twister384-test.c | 2 +- test_src/main-twister512-test.c | 2 +- test_src/main-xtea-test.c | 2 +- test_src/nessie_bc_test.c | 2 +- test_src/nessie_bc_test.h | 2 +- test_src/nessie_common.c | 2 +- test_src/nessie_common.h | 2 +- test_src/nessie_hash_test.c | 2 +- test_src/nessie_hash_test.h | 2 +- test_src/nessie_mac_test.c | 2 +- test_src/nessie_mac_test.h | 2 +- test_src/nessie_stream_test.c | 2 +- test_src/nessie_stream_test.h | 2 +- test_src/performance_test.c | 2 +- test_src/performance_test.h | 2 +- test_src/serial-tools.c | 2 +- test_src/serial-tools.h | 2 +- test_src/uart.c | 2 +- trivium.c | 2 +- trivium.h | 2 +- twister-asm.S | 2 +- twister-big-asm.S | 2 +- twister-big.c | 2 +- twister-small-asm.S | 2 +- twister.c | 2 +- twister.h | 2 +- twister224.S | 2 +- twister256.S | 2 +- twister384.S | 2 +- twister512.S | 2 +- uart.h | 2 +- xtea-asm.S | 4 ++-- xtea.c | 2 +- xtea.h | 2 +- 199 files changed, 202 insertions(+), 202 deletions(-) diff --git a/A5_1.c b/A5_1.c index 7a59e14..b05edbe 100644 --- 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 1c85750..25703d6 100644 --- 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 diff --git a/Makefile b/Makefile index 75876cf..830d5e7 100644 --- 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 260ca34..7a5b0d1 100644 --- 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 diff --git a/aes128_dec.c b/aes128_dec.c index 142ac3e..153328f 100644 --- a/aes128_dec.c +++ b/aes128_dec.c @@ -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 diff --git a/aes128_dec.h b/aes128_dec.h index e59ef49..79bb5f1 100644 --- a/aes128_dec.h +++ b/aes128_dec.h @@ -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 diff --git a/aes128_enc.c b/aes128_enc.c index 1e8ee31..00329a9 100644 --- a/aes128_enc.c +++ b/aes128_enc.c @@ -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 diff --git a/aes128_enc.h b/aes128_enc.h index 5fa39f7..cbdc871 100644 --- a/aes128_enc.h +++ b/aes128_enc.h @@ -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 diff --git a/aes192_dec.c b/aes192_dec.c index 1fabc03..a28f830 100644 --- a/aes192_dec.c +++ b/aes192_dec.c @@ -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 diff --git a/aes192_dec.h b/aes192_dec.h index 346eacf..0c7ba48 100644 --- a/aes192_dec.h +++ b/aes192_dec.h @@ -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 diff --git a/aes192_enc.c b/aes192_enc.c index f7e566f..52a7f62 100644 --- a/aes192_enc.c +++ b/aes192_enc.c @@ -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 diff --git a/aes192_enc.h b/aes192_enc.h index 5535c6e..b6d92c8 100644 --- a/aes192_enc.h +++ b/aes192_enc.h @@ -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 diff --git a/aes256_dec.c b/aes256_dec.c index 08cb481..a74d43b 100644 --- a/aes256_dec.c +++ b/aes256_dec.c @@ -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 diff --git a/aes256_dec.h b/aes256_dec.h index b6fda8f..7a6a1a4 100644 --- a/aes256_dec.h +++ b/aes256_dec.h @@ -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 diff --git a/aes256_enc.c b/aes256_enc.c index 7d71a0f..017f7ec 100644 --- a/aes256_enc.c +++ b/aes256_enc.c @@ -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 diff --git a/aes256_enc.h b/aes256_enc.h index 240bad3..e854e63 100644 --- a/aes256_enc.h +++ b/aes256_enc.h @@ -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 diff --git a/aes_dec-asm.S b/aes_dec-asm.S index 6502a4a..90e046e 100644 --- a/aes_dec-asm.S +++ b/aes_dec-asm.S @@ -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 diff --git a/aes_dec-asm_faster.S b/aes_dec-asm_faster.S index b400623..8822c32 100644 --- a/aes_dec-asm_faster.S +++ b/aes_dec-asm_faster.S @@ -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 diff --git a/aes_dec.c b/aes_dec.c index 48d6ab7..72078ac 100644 --- 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 diff --git a/aes_dec.h b/aes_dec.h index 31749f3..b033e35 100644 --- 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 diff --git a/aes_enc-asm.S b/aes_enc-asm.S index 6417f4d..14514f6 100644 --- a/aes_enc-asm.S +++ b/aes_enc-asm.S @@ -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 diff --git a/aes_enc.c b/aes_enc.c index a9a2607..bfb4fea 100644 --- 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 diff --git a/aes_enc.h b/aes_enc.h index fe15190..eb31521 100644 --- 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 diff --git a/aes_invsbox-asm.S b/aes_invsbox-asm.S index 3b7a22a..11dec96 100644 --- a/aes_invsbox-asm.S +++ b/aes_invsbox-asm.S @@ -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 diff --git a/aes_invsbox.h b/aes_invsbox.h index 9206aec..fef65a9 100644 --- a/aes_invsbox.h +++ b/aes_invsbox.h @@ -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 diff --git a/aes_keyschedule-asm.S b/aes_keyschedule-asm.S index dab7104..dada311 100644 --- a/aes_keyschedule-asm.S +++ b/aes_keyschedule-asm.S @@ -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 diff --git a/aes_keyschedule.c b/aes_keyschedule.c index cd92c9c..0515419 100644 --- a/aes_keyschedule.c +++ b/aes_keyschedule.c @@ -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 diff --git a/aes_keyschedule.h b/aes_keyschedule.h index 2e09066..109446a 100644 --- a/aes_keyschedule.h +++ b/aes_keyschedule.h @@ -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 diff --git a/aes_sbox-asm.S b/aes_sbox-asm.S index dffecb2..f3e99e7 100644 --- a/aes_sbox-asm.S +++ b/aes_sbox-asm.S @@ -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 diff --git a/aes_sbox.h b/aes_sbox.h index 3b222b6..325fc9c 100644 --- a/aes_sbox.h +++ b/aes_sbox.h @@ -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 diff --git a/arcfour-asm.S b/arcfour-asm.S index b506dc4..6c8c351 100644 --- a/arcfour-asm.S +++ b/arcfour-asm.S @@ -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 diff --git a/arcfour.c b/arcfour.c index 5dcb84f..bc9a6dd 100644 --- 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 diff --git a/arcfour.h b/arcfour.h index 9adf28d..15d3ccf 100644 --- 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 diff --git a/avr-asm-macros.S b/avr-asm-macros.S index 698e23e..57007ac 100644 --- a/avr-asm-macros.S +++ b/avr-asm-macros.S @@ -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 diff --git a/bcal-basic.c b/bcal-basic.c index 6fd344d..bc31c56 100644 --- a/bcal-basic.c +++ b/bcal-basic.c @@ -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 diff --git a/bcal-basic.h b/bcal-basic.h index 507f60f..f4d66e3 100644 --- a/bcal-basic.h +++ b/bcal-basic.h @@ -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 diff --git a/bcal_aes128.c b/bcal_aes128.c index 48b9216..5860943 100644 --- a/bcal_aes128.c +++ b/bcal_aes128.c @@ -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 diff --git a/bcal_aes128.h b/bcal_aes128.h index 035b252..f344c98 100644 --- a/bcal_aes128.h +++ b/bcal_aes128.h @@ -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 diff --git a/bcal_aes192.c b/bcal_aes192.c index 47d4cb7..0935f28 100644 --- a/bcal_aes192.c +++ b/bcal_aes192.c @@ -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 diff --git a/bcal_aes192.h b/bcal_aes192.h index d669aed..255fb09 100644 --- a/bcal_aes192.h +++ b/bcal_aes192.h @@ -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 diff --git a/bcal_aes256.c b/bcal_aes256.c index a611700..ac0dd4b 100644 --- a/bcal_aes256.c +++ b/bcal_aes256.c @@ -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 diff --git a/bcal_aes256.h b/bcal_aes256.h index cc67967..820d739 100644 --- a/bcal_aes256.h +++ b/bcal_aes256.h @@ -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 diff --git a/bcal_camellia128.c b/bcal_camellia128.c index b2efb25..fa8098a 100644 --- a/bcal_camellia128.c +++ b/bcal_camellia128.c @@ -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 diff --git a/bcal_camellia128.h b/bcal_camellia128.h index 05c5751..1de0424 100644 --- a/bcal_camellia128.h +++ b/bcal_camellia128.h @@ -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 diff --git a/bcal_cast5.c b/bcal_cast5.c index b84bd41..9e119ab 100644 --- a/bcal_cast5.c +++ b/bcal_cast5.c @@ -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 diff --git a/bcal_cast5.h b/bcal_cast5.h index 97c30f6..6ad5bbd 100644 --- a/bcal_cast5.h +++ b/bcal_cast5.h @@ -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 diff --git a/bcal_des.c b/bcal_des.c index 8f35bc2..26555e2 100644 --- a/bcal_des.c +++ b/bcal_des.c @@ -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 diff --git a/bcal_des.h b/bcal_des.h index d5eebc8..c233cbd 100644 --- a/bcal_des.h +++ b/bcal_des.h @@ -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 diff --git a/bcal_present.c b/bcal_present.c index c22f2f9..b6b7d77 100644 --- a/bcal_present.c +++ b/bcal_present.c @@ -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 diff --git a/bcal_present.h b/bcal_present.h index 0f095a2..b584fba 100644 --- a/bcal_present.h +++ b/bcal_present.h @@ -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 diff --git a/bcal_rc5.c b/bcal_rc5.c index 76ce402..73cd086 100644 --- a/bcal_rc5.c +++ b/bcal_rc5.c @@ -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 diff --git a/bcal_rc5.h b/bcal_rc5.h index 8c7cc26..10ab772 100644 --- a/bcal_rc5.h +++ b/bcal_rc5.h @@ -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 diff --git a/bcal_rc6.c b/bcal_rc6.c index ac73c68..8ab036d 100644 --- a/bcal_rc6.c +++ b/bcal_rc6.c @@ -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 diff --git a/bcal_rc6.h b/bcal_rc6.h index 3915816..f46a765 100644 --- a/bcal_rc6.h +++ b/bcal_rc6.h @@ -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 diff --git a/bcal_seed.c b/bcal_seed.c index 2a61164..edda0c5 100644 --- a/bcal_seed.c +++ b/bcal_seed.c @@ -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 diff --git a/bcal_seed.h b/bcal_seed.h index 0457d01..207190f 100644 --- a/bcal_seed.h +++ b/bcal_seed.h @@ -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 diff --git a/bcal_serpent.c b/bcal_serpent.c index 760f208..edd4fb7 100644 --- a/bcal_serpent.c +++ b/bcal_serpent.c @@ -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 diff --git a/bcal_serpent.h b/bcal_serpent.h index 65dcc15..ec3bec2 100644 --- a/bcal_serpent.h +++ b/bcal_serpent.h @@ -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 diff --git a/bcal_skipjack.c b/bcal_skipjack.c index 3ee0491..6275feb 100644 --- a/bcal_skipjack.c +++ b/bcal_skipjack.c @@ -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 diff --git a/bcal_skipjack.h b/bcal_skipjack.h index 018064c..5bde085 100644 --- a/bcal_skipjack.h +++ b/bcal_skipjack.h @@ -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 diff --git a/bcal_tdes.c b/bcal_tdes.c index 68d1bac..01d597b 100644 --- a/bcal_tdes.c +++ b/bcal_tdes.c @@ -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 diff --git a/bcal_tdes.h b/bcal_tdes.h index 84a47eb..5e66fae 100644 --- a/bcal_tdes.h +++ b/bcal_tdes.h @@ -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 diff --git a/bcal_xtea.c b/bcal_xtea.c index 51988ad..798d674 100644 --- a/bcal_xtea.c +++ b/bcal_xtea.c @@ -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 diff --git a/bcal_xtea.h b/bcal_xtea.h index c6cb17d..d1ab0e8 100644 --- a/bcal_xtea.h +++ b/bcal_xtea.h @@ -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 diff --git a/camellia-asm.S b/camellia-asm.S index eeb7b49..dc558c4 100644 --- a/camellia-asm.S +++ b/camellia-asm.S @@ -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 diff --git a/camellia.h b/camellia.h index 0ae637d..d55d08f 100644 --- a/camellia.h +++ b/camellia.h @@ -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 diff --git a/camellia128-stub.c b/camellia128-stub.c index 3461d1f..8cc95de 100644 --- a/camellia128-stub.c +++ b/camellia128-stub.c @@ -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 diff --git a/camellia_C.c b/camellia_C.c index 1db82f3..0c0e6ac 100644 --- a/camellia_C.c +++ b/camellia_C.c @@ -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 diff --git a/cast5-sbox.h b/cast5-sbox.h index db8fba4..b948ec0 100644 --- a/cast5-sbox.h +++ b/cast5-sbox.h @@ -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 4bed59e..427b8b1 100644 --- 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 c33d805..4996570 100644 --- 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 diff --git a/config.h b/config.h index ac45eaa..3997f59 100644 --- 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 901a1d1..08de3bf 100644 --- 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 4a5277e..0ad3361 100644 --- 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 456dee1..e2e2435 100644 --- 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 diff --git a/entropium.c b/entropium.c index 625e468..ebb6422 100644 --- a/entropium.c +++ b/entropium.c @@ -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 diff --git a/entropium.h b/entropium.h index 7b4081e..00121a1 100644 --- a/entropium.h +++ b/entropium.h @@ -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 diff --git a/gf256mul.S b/gf256mul.S index 6e5c3b8..0f9dfa0 100644 --- a/gf256mul.S +++ b/gf256mul.S @@ -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 diff --git a/gf256mul.h b/gf256mul.h index 0b09b7c..70d11d6 100644 --- a/gf256mul.h +++ b/gf256mul.h @@ -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 05571f4..895f28b 100644 --- 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 c8a3d7f..0f10442 100644 --- 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 diff --git a/hmac-sha1.c b/hmac-sha1.c index 1424ada..d70e481 100644 --- a/hmac-sha1.c +++ b/hmac-sha1.c @@ -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 diff --git a/hmac-sha1.h b/hmac-sha1.h index c8584e3..5651d83 100644 --- a/hmac-sha1.h +++ b/hmac-sha1.h @@ -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 diff --git a/hmac-sha256.c b/hmac-sha256.c index 274c9c4..d84f46d 100644 --- a/hmac-sha256.c +++ b/hmac-sha256.c @@ -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 diff --git a/hmac-sha256.h b/hmac-sha256.h index ad43f60..0334a7d 100644 --- a/hmac-sha256.h +++ b/hmac-sha256.h @@ -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 diff --git a/host/gf256_table_gen.c b/host/gf256_table_gen.c index 0d002f9..a7512e7 100644 --- a/host/gf256_table_gen.c +++ b/host/gf256_table_gen.c @@ -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 diff --git a/host/gf256mul.c b/host/gf256mul.c index d10b69c..46e7d24 100644 --- a/host/gf256mul.c +++ b/host/gf256mul.c @@ -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 diff --git a/host/gf256mul.h b/host/gf256mul.h index f1a61bb..50ede5e 100644 --- a/host/gf256mul.h +++ b/host/gf256mul.h @@ -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/keysize_descriptor.c b/keysize_descriptor.c index 5b148f6..17f4d47 100644 --- a/keysize_descriptor.c +++ b/keysize_descriptor.c @@ -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 diff --git a/keysize_descriptor.h b/keysize_descriptor.h index ecb3761..aeda6fc 100644 --- a/keysize_descriptor.h +++ b/keysize_descriptor.h @@ -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 diff --git a/main.dox b/main.dox index 54db535..f1ba994 100644 --- 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 +*/ diff --git a/md5-asm.S b/md5-asm.S index be8f50b..e48c28d 100644 --- 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 ac07042..1ecf02a 100644 --- 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 446575f..d76046e 100644 --- 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 diff --git a/md5_sbox.h b/md5_sbox.h index 53f03dd..c421fad 100644 --- a/md5_sbox.h +++ b/md5_sbox.h @@ -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 diff --git a/memxor.S b/memxor.S index b89fccd..3d234f5 100644 --- 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 diff --git a/noekeon.c b/noekeon.c index 8a4c23a..fe720a6 100644 --- 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 diff --git a/noekeon.h b/noekeon.h index 5817d9f..c6cc9e8 100644 --- 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 diff --git a/noekeon_asm.S b/noekeon_asm.S index 5b23292..7fc0506 100644 --- a/noekeon_asm.S +++ b/noekeon_asm.S @@ -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 diff --git a/noekeon_cbc_enc.S b/noekeon_cbc_enc.S index c563dfc..f914544 100644 --- a/noekeon_cbc_enc.S +++ b/noekeon_cbc_enc.S @@ -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 diff --git a/noekeon_ctr.S b/noekeon_ctr.S index 9b1d44d..3c2a60f 100644 --- a/noekeon_ctr.S +++ b/noekeon_ctr.S @@ -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 diff --git a/noekeon_ctr.h b/noekeon_ctr.h index 8ebdac7..259ec07 100644 --- a/noekeon_ctr.h +++ b/noekeon_ctr.h @@ -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 diff --git a/omac_noekeon.S b/omac_noekeon.S index a02f605..fc3984e 100644 --- a/omac_noekeon.S +++ b/omac_noekeon.S @@ -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 diff --git a/present.c b/present.c index 3471894..88d3079 100644 --- 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 diff --git a/present.h b/present.h index 036764d..1a43ddc 100644 --- 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 e3584f8..c3f1820 100644 --- 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 ddcefc8..da3698d 100644 --- 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 9145c9d..49b72ec 100644 --- 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 742830e..0ee4eaf 100644 --- 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 diff --git a/seed-asm.S b/seed-asm.S index 604fc7f..cf2d7a5 100644 --- a/seed-asm.S +++ b/seed-asm.S @@ -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 7283191..5128632 100644 --- 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 diff --git a/seed_C.c b/seed_C.c index 5cda64d..e93da31 100644 --- 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 diff --git a/seed_sbox.h b/seed_sbox.h index eafecc6..0c79bf0 100644 --- a/seed_sbox.h +++ b/seed_sbox.h @@ -1,6 +1,6 @@ /* seed_sbox.h */ /* - This file is part of the Crypto-avr-lib/microcrypt-lib. + This file is part of the This file is part of the AVR-Crypto-Lib. Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) This program is free software: you can redistribute it and/or modify diff --git a/serpent-asm.S b/serpent-asm.S index 50e2082..6569fb7 100644 --- a/serpent-asm.S +++ b/serpent-asm.S @@ -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 diff --git a/serpent-sboxes-bitslice-asm.S b/serpent-sboxes-bitslice-asm.S index be66a11..4f0fcc6 100644 --- a/serpent-sboxes-bitslice-asm.S +++ b/serpent-sboxes-bitslice-asm.S @@ -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 diff --git a/serpent-sboxes-bitslice.c b/serpent-sboxes-bitslice.c index 8d4e80d..c18f116 100644 --- a/serpent-sboxes-bitslice.c +++ b/serpent-sboxes-bitslice.c @@ -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 diff --git a/serpent-sboxes-fast.S b/serpent-sboxes-fast.S index f4fc682..047d82a 100644 --- a/serpent-sboxes-fast.S +++ b/serpent-sboxes-fast.S @@ -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 diff --git a/serpent-sboxes-small.S b/serpent-sboxes-small.S index f70da42..76aafdb 100644 --- a/serpent-sboxes-small.S +++ b/serpent-sboxes-small.S @@ -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 diff --git a/serpent-sboxes.h b/serpent-sboxes.h index 37df777..3384810 100644 --- a/serpent-sboxes.h +++ b/serpent-sboxes.h @@ -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 diff --git a/serpent-sboxes_c.c b/serpent-sboxes_c.c index 5cfc706..36e7fdf 100644 --- a/serpent-sboxes_c.c +++ b/serpent-sboxes_c.c @@ -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 diff --git a/serpent.c b/serpent.c index 1a13412..6506b2a 100644 --- 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 diff --git a/serpent.h b/serpent.h index f65d36f..19b8816 100644 --- 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 diff --git a/sha1-asm.S b/sha1-asm.S index 14c2c21..5d0a241 100644 --- a/sha1-asm.S +++ b/sha1-asm.S @@ -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 f812be9..b2fc283 100644 --- 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 cd4805d..895ac49 100644 --- 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 diff --git a/sha256-asm.S b/sha256-asm.S index 6795604..a9f7c43 100644 --- a/sha256-asm.S +++ b/sha256-asm.S @@ -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 diff --git a/sha256.c b/sha256.c index 1896dee..9df0f04 100644 --- 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 diff --git a/sha256.h b/sha256.h index ec43488..dad3323 100644 --- 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 diff --git a/shacal1_enc.c b/shacal1_enc.c index 6b8b33d..1d5c6c9 100644 --- a/shacal1_enc.c +++ b/shacal1_enc.c @@ -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 diff --git a/shacal1_enc.h b/shacal1_enc.h index b429c21..b5f81b4 100644 --- a/shacal1_enc.h +++ b/shacal1_enc.h @@ -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 diff --git a/shacal2_enc.c b/shacal2_enc.c index abfb3e0..96e32d8 100644 --- a/shacal2_enc.c +++ b/shacal2_enc.c @@ -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 diff --git a/shacal2_enc.h b/shacal2_enc.h index d7949da..56067ad 100644 --- a/shacal2_enc.h +++ b/shacal2_enc.h @@ -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 diff --git a/skipjack.c b/skipjack.c index 2b4019e..ce16355 100644 --- a/skipjack.c +++ b/skipjack.c @@ -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 diff --git a/skipjack.h b/skipjack.h index 9c67073..4b4372a 100644 --- a/skipjack.h +++ b/skipjack.h @@ -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 diff --git a/test_src/cli.c b/test_src/cli.c index 37bbb25..d702699 100644 --- a/test_src/cli.c +++ b/test_src/cli.c @@ -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 diff --git a/test_src/cli.h b/test_src/cli.h index c36a6e6..bf92b18 100644 --- a/test_src/cli.h +++ b/test_src/cli.h @@ -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 diff --git a/test_src/debug.c b/test_src/debug.c index 3b5fee4..a9a5292 100644 --- a/test_src/debug.c +++ b/test_src/debug.c @@ -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 diff --git a/test_src/main-a5_1-test.c b/test_src/main-a5_1-test.c index a330286..8b73b40 100644 --- a/test_src/main-a5_1-test.c +++ b/test_src/main-a5_1-test.c @@ -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 diff --git a/test_src/main-aes-test.c b/test_src/main-aes-test.c index ad31fa5..ecb9ad2 100644 --- a/test_src/main-aes-test.c +++ b/test_src/main-aes-test.c @@ -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 diff --git a/test_src/main-arcfour-test.c b/test_src/main-arcfour-test.c index b5e909e..84fb954 100644 --- a/test_src/main-arcfour-test.c +++ b/test_src/main-arcfour-test.c @@ -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 diff --git a/test_src/main-camellia-test.c b/test_src/main-camellia-test.c index 7e2cc35..b52cb09 100644 --- a/test_src/main-camellia-test.c +++ b/test_src/main-camellia-test.c @@ -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 diff --git a/test_src/main-cast5-test.c b/test_src/main-cast5-test.c index a5f3021..3cdb703 100644 --- a/test_src/main-cast5-test.c +++ b/test_src/main-cast5-test.c @@ -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 diff --git a/test_src/main-des-test.c b/test_src/main-des-test.c index 714781c..b421d35 100644 --- a/test_src/main-des-test.c +++ b/test_src/main-des-test.c @@ -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 diff --git a/test_src/main-entropium-test.c b/test_src/main-entropium-test.c index 3384396..df0bc74 100644 --- a/test_src/main-entropium-test.c +++ b/test_src/main-entropium-test.c @@ -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 diff --git a/test_src/main-grain-test.c b/test_src/main-grain-test.c index 44f08f8..d09e002 100644 --- a/test_src/main-grain-test.c +++ b/test_src/main-grain-test.c @@ -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 diff --git a/test_src/main-hmac-sha1-test.c b/test_src/main-hmac-sha1-test.c index 2a786df..4e24855 100644 --- a/test_src/main-hmac-sha1-test.c +++ b/test_src/main-hmac-sha1-test.c @@ -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 diff --git a/test_src/main-hmac-sha256-test.c b/test_src/main-hmac-sha256-test.c index 7b55237..5d68ff5 100644 --- a/test_src/main-hmac-sha256-test.c +++ b/test_src/main-hmac-sha256-test.c @@ -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 diff --git a/test_src/main-md5-test.c b/test_src/main-md5-test.c index 1bc69fa..c38414b 100644 --- a/test_src/main-md5-test.c +++ b/test_src/main-md5-test.c @@ -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 diff --git a/test_src/main-noekeon-test.c b/test_src/main-noekeon-test.c index bfb4285..ebe42f7 100644 --- a/test_src/main-noekeon-test.c +++ b/test_src/main-noekeon-test.c @@ -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 diff --git a/test_src/main-omac-noekeon-test.c b/test_src/main-omac-noekeon-test.c index c34d675..c05d238 100644 --- a/test_src/main-omac-noekeon-test.c +++ b/test_src/main-omac-noekeon-test.c @@ -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 diff --git a/test_src/main-present-test.c b/test_src/main-present-test.c index 169409d..03d4565 100644 --- a/test_src/main-present-test.c +++ b/test_src/main-present-test.c @@ -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 diff --git a/test_src/main-rc5-test.c b/test_src/main-rc5-test.c index 2c16aea..7a4c770 100644 --- a/test_src/main-rc5-test.c +++ b/test_src/main-rc5-test.c @@ -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 diff --git a/test_src/main-rc6-test.c b/test_src/main-rc6-test.c index 5d7ecda..5e3dfef 100644 --- a/test_src/main-rc6-test.c +++ b/test_src/main-rc6-test.c @@ -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 diff --git a/test_src/main-seed-test.c b/test_src/main-seed-test.c index 5161d59..78b64fe 100644 --- a/test_src/main-seed-test.c +++ b/test_src/main-seed-test.c @@ -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 diff --git a/test_src/main-serpent-test.c b/test_src/main-serpent-test.c index b4de5f4..ea48b74 100644 --- a/test_src/main-serpent-test.c +++ b/test_src/main-serpent-test.c @@ -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 diff --git a/test_src/main-sha1-test.c b/test_src/main-sha1-test.c index 6f07227..e1c3139 100644 --- a/test_src/main-sha1-test.c +++ b/test_src/main-sha1-test.c @@ -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 diff --git a/test_src/main-sha256-test.c b/test_src/main-sha256-test.c index 9c3031d..3fcacb6 100644 --- a/test_src/main-sha256-test.c +++ b/test_src/main-sha256-test.c @@ -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 diff --git a/test_src/main-shabea-test.c b/test_src/main-shabea-test.c index f221fd5..e7f0066 100644 --- a/test_src/main-shabea-test.c +++ b/test_src/main-shabea-test.c @@ -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 diff --git a/test_src/main-shacal1_enc-test.c b/test_src/main-shacal1_enc-test.c index a4a0a1f..6998d04 100644 --- a/test_src/main-shacal1_enc-test.c +++ b/test_src/main-shacal1_enc-test.c @@ -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 diff --git a/test_src/main-shacal2_enc-test.c b/test_src/main-shacal2_enc-test.c index 3ffd131..2925e71 100644 --- a/test_src/main-shacal2_enc-test.c +++ b/test_src/main-shacal2_enc-test.c @@ -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 diff --git a/test_src/main-skipjack-test.c b/test_src/main-skipjack-test.c index 68baa3a..bb08986 100644 --- a/test_src/main-skipjack-test.c +++ b/test_src/main-skipjack-test.c @@ -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 diff --git a/test_src/main-tdes-test.c b/test_src/main-tdes-test.c index d5ae1a0..fbe7e00 100644 --- a/test_src/main-tdes-test.c +++ b/test_src/main-tdes-test.c @@ -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 diff --git a/test_src/main-trivium-test.c b/test_src/main-trivium-test.c index 4d4e3d2..ad0f385 100644 --- a/test_src/main-trivium-test.c +++ b/test_src/main-trivium-test.c @@ -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 diff --git a/test_src/main-twister224-test.c b/test_src/main-twister224-test.c index 40bb11e..dbc5883 100644 --- a/test_src/main-twister224-test.c +++ b/test_src/main-twister224-test.c @@ -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 diff --git a/test_src/main-twister256-test.c b/test_src/main-twister256-test.c index e9d3c59..25ae089 100644 --- a/test_src/main-twister256-test.c +++ b/test_src/main-twister256-test.c @@ -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 diff --git a/test_src/main-twister384-test.c b/test_src/main-twister384-test.c index 87adf5e..dcd0195 100644 --- a/test_src/main-twister384-test.c +++ b/test_src/main-twister384-test.c @@ -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 diff --git a/test_src/main-twister512-test.c b/test_src/main-twister512-test.c index c9cc667..8ec706c 100644 --- a/test_src/main-twister512-test.c +++ b/test_src/main-twister512-test.c @@ -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 diff --git a/test_src/main-xtea-test.c b/test_src/main-xtea-test.c index 07fcffe..94a2475 100644 --- a/test_src/main-xtea-test.c +++ b/test_src/main-xtea-test.c @@ -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 diff --git a/test_src/nessie_bc_test.c b/test_src/nessie_bc_test.c index f9a91e5..70cd883 100644 --- a/test_src/nessie_bc_test.c +++ b/test_src/nessie_bc_test.c @@ -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 diff --git a/test_src/nessie_bc_test.h b/test_src/nessie_bc_test.h index 1bab98c..07e3954 100644 --- a/test_src/nessie_bc_test.h +++ b/test_src/nessie_bc_test.h @@ -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 diff --git a/test_src/nessie_common.c b/test_src/nessie_common.c index ff087bf..96967af 100644 --- a/test_src/nessie_common.c +++ b/test_src/nessie_common.c @@ -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 diff --git a/test_src/nessie_common.h b/test_src/nessie_common.h index 4090e32..dcae12e 100644 --- a/test_src/nessie_common.h +++ b/test_src/nessie_common.h @@ -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 diff --git a/test_src/nessie_hash_test.c b/test_src/nessie_hash_test.c index 27b9892..dbb98a0 100644 --- a/test_src/nessie_hash_test.c +++ b/test_src/nessie_hash_test.c @@ -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 diff --git a/test_src/nessie_hash_test.h b/test_src/nessie_hash_test.h index aa88bdb..b18a1ab 100644 --- a/test_src/nessie_hash_test.h +++ b/test_src/nessie_hash_test.h @@ -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 diff --git a/test_src/nessie_mac_test.c b/test_src/nessie_mac_test.c index f8cfb28..e511e6f 100644 --- a/test_src/nessie_mac_test.c +++ b/test_src/nessie_mac_test.c @@ -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 diff --git a/test_src/nessie_mac_test.h b/test_src/nessie_mac_test.h index ed83133..571c032 100644 --- a/test_src/nessie_mac_test.h +++ b/test_src/nessie_mac_test.h @@ -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 diff --git a/test_src/nessie_stream_test.c b/test_src/nessie_stream_test.c index 3866b21..9aecdbe 100644 --- a/test_src/nessie_stream_test.c +++ b/test_src/nessie_stream_test.c @@ -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 diff --git a/test_src/nessie_stream_test.h b/test_src/nessie_stream_test.h index 8422f45..a1065d4 100644 --- a/test_src/nessie_stream_test.h +++ b/test_src/nessie_stream_test.h @@ -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 diff --git a/test_src/performance_test.c b/test_src/performance_test.c index 5853c84..9794e5b 100644 --- a/test_src/performance_test.c +++ b/test_src/performance_test.c @@ -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 diff --git a/test_src/performance_test.h b/test_src/performance_test.h index d8b1565..6c0d13c 100644 --- a/test_src/performance_test.h +++ b/test_src/performance_test.h @@ -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 diff --git a/test_src/serial-tools.c b/test_src/serial-tools.c index 4508ba6..cb30433 100644 --- a/test_src/serial-tools.c +++ b/test_src/serial-tools.c @@ -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 diff --git a/test_src/serial-tools.h b/test_src/serial-tools.h index c76b4d5..4de6f83 100644 --- a/test_src/serial-tools.h +++ b/test_src/serial-tools.h @@ -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 diff --git a/test_src/uart.c b/test_src/uart.c index cf952ed..68ac4a6 100644 --- a/test_src/uart.c +++ b/test_src/uart.c @@ -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 diff --git a/trivium.c b/trivium.c index 0da8de7..12fd013 100644 --- 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 diff --git a/trivium.h b/trivium.h index f6eccce..3a0428a 100644 --- 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 diff --git a/twister-asm.S b/twister-asm.S index 9e948a4..ad69e38 100644 --- a/twister-asm.S +++ b/twister-asm.S @@ -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 diff --git a/twister-big-asm.S b/twister-big-asm.S index c296e59..5cdd02b 100644 --- a/twister-big-asm.S +++ b/twister-big-asm.S @@ -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 diff --git a/twister-big.c b/twister-big.c index cc0c121..f323307 100644 --- a/twister-big.c +++ b/twister-big.c @@ -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 diff --git a/twister-small-asm.S b/twister-small-asm.S index e1ee310..9a1f0c7 100644 --- a/twister-small-asm.S +++ b/twister-small-asm.S @@ -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 diff --git a/twister.c b/twister.c index 494a7a1..5dd3808 100644 --- 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 diff --git a/twister.h b/twister.h index e31ba19..07c6be0 100644 --- 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 diff --git a/twister224.S b/twister224.S index 60c7864..160d880 100644 --- a/twister224.S +++ b/twister224.S @@ -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 diff --git a/twister256.S b/twister256.S index eaadd5d..fb854fa 100644 --- a/twister256.S +++ b/twister256.S @@ -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 diff --git a/twister384.S b/twister384.S index 57b04e9..03d911c 100644 --- a/twister384.S +++ b/twister384.S @@ -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 diff --git a/twister512.S b/twister512.S index 2952ad4..70d98ed 100644 --- a/twister512.S +++ b/twister512.S @@ -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 d6cbc98..e72d95f 100644 --- 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 diff --git a/xtea-asm.S b/xtea-asm.S index 20f1d63..f117e07 100644 --- a/xtea-asm.S +++ b/xtea-asm.S @@ -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 0412754..36050f6 100644 --- 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 a35c84b..53bd2a6 100644 --- 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 -- 2.39.2