From 4b5da1dc27a791b5c448274a3db09cd035b33493 Mon Sep 17 00:00:00 2001 From: bg Date: Fri, 6 Feb 2015 03:43:31 +0100 Subject: [PATCH] fixing E-Mail-Address & Copyright --- Makefile_en21 | 2 +- Makefile_m644 | 2 +- Makefile_main.inc | 2 +- USAGE.blockciphers | 2 +- USAGE.hashfunctions | 2 +- USAGE.streamciphers | 2 +- a51/A5_1.c | 4 ++-- a51/A5_1.h | 2 +- aes/aes.h | 4 ++-- aes/aes128_dec.c | 4 ++-- aes/aes128_dec.h | 4 ++-- aes/aes128_enc.c | 4 ++-- aes/aes128_enc.h | 4 ++-- aes/aes192_dec.c | 4 ++-- aes/aes192_dec.h | 4 ++-- aes/aes192_enc.c | 4 ++-- aes/aes192_enc.h | 4 ++-- aes/aes256_dec.c | 4 ++-- aes/aes256_dec.h | 4 ++-- aes/aes256_enc.c | 4 ++-- aes/aes256_enc.h | 4 ++-- aes/aes_dec-asm.S | 4 ++-- aes/aes_dec-asm_faster.S | 4 ++-- aes/aes_dec.c | 2 +- aes/aes_dec.h | 4 ++-- aes/aes_enc-asm.S | 4 ++-- aes/aes_enc.c | 4 ++-- aes/aes_enc.h | 4 ++-- aes/aes_invsbox-asm.S | 4 ++-- aes/aes_invsbox.h | 4 ++-- aes/aes_keyschedule-asm.S | 4 ++-- aes/aes_keyschedule.c | 4 ++-- aes/aes_keyschedule.h | 4 ++-- aes/aes_sbox-asm.S | 4 ++-- aes/aes_sbox.h | 4 ++-- aes/aes_types.h | 4 ++-- arcfour/arcfour-asm.S | 2 +- arcfour/arcfour.c | 4 ++-- arcfour/arcfour.h | 2 +- avr-asm-macros.S | 2 +- base64/base64_dec.c | 2 +- base64/base64_dec.h | 2 +- base64/base64_enc.c | 2 +- base64/base64_enc.h | 2 +- bcal/bcal-basic.c | 2 +- bcal/bcal-basic.h | 2 +- bcal/bcal-cbc.c | 2 +- bcal/bcal-cbc.h | 2 +- bcal/bcal-cfb_bit.c | 2 +- bcal/bcal-cfb_bit.h | 2 +- bcal/bcal-cfb_byte.c | 2 +- bcal/bcal-cfb_byte.h | 2 +- bcal/bcal-cmac.c | 2 +- bcal/bcal-cmac.h | 2 +- bcal/bcal-ctr.c | 2 +- bcal/bcal-ctr.h | 2 +- bcal/bcal-eax.c | 2 +- bcal/bcal-eax.h | 2 +- bcal/bcal-nessie.c | 2 +- bcal/bcal-nessie.h | 4 ++-- bcal/bcal-ofb.c | 2 +- bcal/bcal-ofb.h | 2 +- bcal/bcal-performance.c | 4 ++-- bcal/bcal-performance.h | 4 ++-- bcal/bcal_aes128.c | 4 ++-- bcal/bcal_aes128.h | 4 ++-- bcal/bcal_aes128_enconly.c | 4 ++-- bcal/bcal_aes128_enconly.h | 4 ++-- bcal/bcal_aes192.c | 4 ++-- bcal/bcal_aes192.h | 4 ++-- bcal/bcal_aes192_enconly.c | 4 ++-- bcal/bcal_aes192_enconly.h | 4 ++-- bcal/bcal_aes256.c | 4 ++-- bcal/bcal_aes256.h | 4 ++-- bcal/bcal_aes256_enconly.c | 4 ++-- bcal/bcal_aes256_enconly.h | 4 ++-- bcal/bcal_camellia128.c | 4 ++-- bcal/bcal_camellia128.h | 4 ++-- bcal/bcal_cast5.c | 4 ++-- bcal/bcal_cast5.h | 4 ++-- bcal/bcal_cast6.c | 4 ++-- bcal/bcal_cast6.h | 4 ++-- bcal/bcal_cscipher.c | 4 ++-- bcal/bcal_cscipher.h | 4 ++-- bcal/bcal_des.c | 4 ++-- bcal/bcal_des.h | 4 ++-- bcal/bcal_khazad.c | 4 ++-- bcal/bcal_khazad.h | 4 ++-- bcal/bcal_present128.c | 4 ++-- bcal/bcal_present128.h | 4 ++-- bcal/bcal_present80.c | 4 ++-- bcal/bcal_present80.h | 4 ++-- bcal/bcal_rc5.c | 4 ++-- bcal/bcal_rc5.h | 4 ++-- bcal/bcal_rc6.c | 4 ++-- bcal/bcal_rc6.h | 4 ++-- bcal/bcal_seed.c | 4 ++-- bcal/bcal_seed.h | 4 ++-- bcal/bcal_serpent.c | 4 ++-- bcal/bcal_serpent.h | 4 ++-- bcal/bcal_skipjack.c | 4 ++-- bcal/bcal_skipjack.h | 4 ++-- bcal/bcal_tdes.c | 4 ++-- bcal/bcal_tdes.h | 4 ++-- bcal/bcal_tdes2.c | 4 ++-- bcal/bcal_tdes2.h | 4 ++-- bcal/bcal_threefish1024.c | 4 ++-- bcal/bcal_threefish1024.h | 4 ++-- bcal/bcal_threefish256.c | 4 ++-- bcal/bcal_threefish256.h | 4 ++-- bcal/bcal_threefish512.c | 4 ++-- bcal/bcal_threefish512.h | 4 ++-- bcal/bcal_xtea.c | 4 ++-- bcal/bcal_xtea.h | 4 ++-- bigint/bigint-stub.c | 2 +- bigint/bigint.c | 2 +- bigint/bigint.h | 2 +- bigint/bigint_add_u.S | 4 ++-- bigint/bigint_adjust.S | 2 +- bigint/bigint_asm.S | 2 +- bigint/bigint_io.c | 2 +- bigint/bigint_io.h | 2 +- bigint2/bigint2.h | 2 +- bigint2/bigint2_io.c | 2 +- bigint2/bigint2_io.h | 2 +- blake/blake_common.c | 4 ++-- blake/blake_common.h | 4 ++-- blake/blake_large.c | 4 ++-- blake/blake_large.h | 4 ++-- blake/blake_small.c | 4 ++-- blake/blake_small.h | 4 ++-- blockcipher_descriptor.h | 2 +- bmw/bmw_224-tinyasm.S | 2 +- bmw/bmw_256-tinyasm.S | 2 +- bmw/bmw_large.c | 4 ++-- bmw/bmw_large.h | 4 ++-- bmw/bmw_small-asm.S | 2 +- bmw/bmw_small-tinyasm.S | 2 +- bmw/bmw_small.c | 4 ++-- bmw/bmw_small.h | 4 ++-- camellia/camellia-asm.S | 2 +- camellia/camellia.h | 2 +- camellia/camellia128-stub.c | 2 +- camellia/camellia_C.c | 2 +- cast5/cast5-sbox.c | 2 +- cast5/cast5-sbox.h | 2 +- cast5/cast5.c | 4 ++-- cast5/cast5.h | 2 +- cast6/cast6-sbox.c | 2 +- cast6/cast6-sbox.h | 2 +- cscipher/cscipher.h | 2 +- cscipher/cscipher_sbox.c | 2 +- cscipher/cscipher_sbox.h | 2 +- cscipher/cscipher_small.c | 2 +- cscipher/cscipher_tiny_asm.S | 2 +- cubehash/cubehash.c | 4 ++-- cubehash/cubehash.h | 2 +- cubehash/cubehash_rotates.S | 2 +- cubehash/cubehash_rotates.h | 2 +- cubehash/xchg.S | 2 +- cubehash/xchg.h | 2 +- debug.h | 2 +- des/des.c | 4 ++-- des/des.h | 2 +- dsa/dsa.h | 2 +- dsa/dsa_key_blob.c | 2 +- dsa/dsa_key_blob.h | 2 +- dsa/dsa_sign.c | 2 +- dsa/dsa_verify.c | 2 +- ecdsa/ecc.h | 2 +- ecdsa/ecc_chudnovsky.c | 2 +- ecdsa/ecdsa.h | 2 +- ecdsa/ecdsa_sign.c | 2 +- ecdsa/ecdsa_sign.h | 2 +- ecdsa/nist_p192.c | 2 +- ecdsa/nist_p192.h | 2 +- ecdsa/random_dummy.c | 2 +- ecdsa/random_dummy.h | 2 +- echo/aes_enc_round-asm.S | 4 ++-- echo/aes_enc_round.h | 2 +- echo/echo.c | 2 +- echo/echo.h | 2 +- entropium/entropium.c | 4 ++-- entropium/entropium.h | 2 +- gcm/gcm128.c | 2 +- gcm/gcm128.h | 4 ++-- gf256mul/gf256mul.S | 2 +- gf256mul/gf256mul.h | 4 ++-- grain/grain.c | 4 ++-- grain/grain.h | 4 ++-- groestl/groestl_large.c | 4 ++-- groestl/groestl_large.h | 4 ++-- groestl/groestl_small.c | 4 ++-- groestl/groestl_small.h | 4 ++-- hfal/hfal-basic.c | 2 +- hfal/hfal-basic.h | 2 +- hfal/hfal-hmac.c | 2 +- hfal/hfal-hmac.h | 2 +- hfal/hfal-nessie.c | 4 ++-- hfal/hfal-nessie.h | 4 ++-- hfal/hfal-performance.c | 4 ++-- hfal/hfal-performance.h | 4 ++-- hfal/hfal-test.c | 4 ++-- hfal/hfal-test.h | 4 ++-- hfal/hfal_blake_large.c | 4 ++-- hfal/hfal_blake_large.h | 4 ++-- hfal/hfal_blake_small.c | 4 ++-- hfal/hfal_blake_small.h | 4 ++-- hfal/hfal_bmw_large.c | 4 ++-- hfal/hfal_bmw_large.h | 4 ++-- hfal/hfal_bmw_small.c | 4 ++-- hfal/hfal_bmw_small.h | 4 ++-- hfal/hfal_cubehash.c | 4 ++-- hfal/hfal_cubehash.h | 2 +- hfal/hfal_echo.c | 4 ++-- hfal/hfal_echo.h | 2 +- hfal/hfal_groestl_large.c | 4 ++-- hfal/hfal_groestl_large.h | 4 ++-- hfal/hfal_groestl_small.c | 4 ++-- hfal/hfal_groestl_small.h | 4 ++-- hfal/hfal_jh.c | 4 ++-- hfal/hfal_jh.h | 2 +- hfal/hfal_keccak.c | 4 ++-- hfal/hfal_keccak.h | 4 ++-- hfal/hfal_md5.c | 4 ++-- hfal/hfal_md5.h | 4 ++-- hfal/hfal_sha1.c | 4 ++-- hfal/hfal_sha1.h | 4 ++-- hfal/hfal_sha224.c | 4 ++-- hfal/hfal_sha224.h | 4 ++-- hfal/hfal_sha256.c | 4 ++-- hfal/hfal_sha256.h | 4 ++-- hfal/hfal_sha384.c | 4 ++-- hfal/hfal_sha384.h | 4 ++-- hfal/hfal_sha512.c | 4 ++-- hfal/hfal_sha512.h | 4 ++-- hfal/hfal_shabal.c | 4 ++-- hfal/hfal_shabal.h | 4 ++-- hfal/hfal_skein1024.c | 4 ++-- hfal/hfal_skein1024.h | 4 ++-- hfal/hfal_skein256.c | 4 ++-- hfal/hfal_skein256.h | 4 ++-- hfal/hfal_skein512.c | 4 ++-- hfal/hfal_skein512.h | 4 ++-- hfal/hfal_twister224.c | 4 ++-- hfal/hfal_twister224.h | 4 ++-- hfal/hfal_twister256.c | 4 ++-- hfal/hfal_twister256.h | 4 ++-- hfal/hfal_twister384.c | 4 ++-- hfal/hfal_twister384.h | 4 ++-- hfal/hfal_twister512.c | 4 ++-- hfal/hfal_twister512.h | 4 ++-- hfal/hfal_whirlpool.c | 4 ++-- hfal/hfal_whirlpool.h | 4 ++-- hfal/hfal_whirlpool_0.c | 4 ++-- hfal/hfal_whirlpool_0.h | 4 ++-- hfal/hfal_whirlpool_t.c | 4 ++-- hfal/hfal_whirlpool_t.h | 4 ++-- hmac-md5/hmac-md5.c | 4 ++-- hmac-md5/hmac-md5.h | 2 +- hmac-sha1/hmac-sha1.c | 4 ++-- hmac-sha1/hmac-sha1.h | 2 +- hmac-sha256/hmac-sha256.c | 4 ++-- hmac-sha256/hmac-sha256.h | 2 +- host/bigint2_test.rb | 2 +- host/bigint_test.rb | 2 +- host/cmacvs_test.rb | 2 +- host/data2wiki.rb | 2 +- host/fix-wiki-size.rb | 2 +- host/get_performance.rb | 2 +- host/get_test.rb | 2 +- host/gf256_table_gen.c | 4 ++-- host/gf256mul.c | 4 ++-- host/nessie_check.rb | 2 +- host/optimize_shift.rb | 2 +- host/rsa_pkcs1v15_check.rb | 2 +- host/shavs_test2.rb | 2 +- jh/jh_simple.h | 2 +- jh/jh_simple_aux.c | 2 +- jh/jh_simple_small_core.c | 2 +- jh/jh_simple_speed_core.c | 2 +- jh/jh_tablegen.rb | 2 +- jh/jh_tables.c | 2 +- jh/jh_tables.h | 2 +- keccak/keccak-asm.S | 4 ++-- keccak/keccak.c | 2 +- keccak/keccak.h | 2 +- keccak/rotate64.S | 2 +- keccak/rotate64.h | 2 +- keysize_descriptor.c | 4 ++-- keysize_descriptor.h | 4 ++-- khazad/khazad.c | 2 +- khazad/khazad.h | 2 +- md5/md5-asm.S | 2 +- md5/md5.c | 2 +- md5/md5.h | 2 +- md5/md5_sbox.c | 2 +- md5/md5_sbox.h | 2 +- memxor/memxor.S | 2 +- memxor/memxor_p.S | 2 +- mgf1/mgf1.c | 2 +- mgf1/mgf1.h | 2 +- mickey128/mickey128.c | 2 +- mqq-sign/mqq160-sign-asm.S | 4 ++-- mqq-sign/mqq160-sign.h | 2 +- mqq-sign/mqq160-sign_P-asm.S | 4 ++-- mqq-sign/mqq160-sign_P-stub.c | 2 +- mqq-sign/mqq160-sign_P.c | 2 +- mqq-sign/mqq160-sign_P.h | 2 +- mqq-sign/mqq160-sign_testkey.c | 2 +- mqq-sign/mqq160-sign_testkey.h | 2 +- mugi/mugi.c | 4 ++-- mugi/mugi.h | 2 +- noekeon/noekeon.c | 4 ++-- noekeon/noekeon.h | 4 ++-- noekeon/noekeon_asm.S | 4 ++-- noekeon/noekeon_cbc_enc.S | 4 ++-- noekeon/noekeon_ctr.S | 4 ++-- noekeon/noekeon_ctr.h | 4 ++-- noekeon/noekeon_prng.c | 2 +- noekeon/noekeon_prng.h | 2 +- noekeon/omac_noekeon.S | 4 ++-- noekeon/omac_noekeon.h | 4 ++-- norx/norx32.c | 2 +- norx/norx32.h | 2 +- present/present128.c | 4 ++-- present/present128.h | 2 +- present/present80.c | 4 ++-- present/present80.h | 2 +- present/present_common.c | 4 ++-- present/present_common.h | 2 +- present/present_speed.c | 4 ++-- present/present_speed.h | 2 +- rabbit/rabbit.h | 2 +- rabbit/rabbit_c.c | 2 +- rc5/rc5.c | 4 ++-- rc5/rc5.h | 4 ++-- rc6/rc6.c | 2 +- rc6/rc6.h | 2 +- rsa/random_dummy.c | 2 +- rsa/random_dummy.h | 2 +- rsa/rsa_basic.c | 2 +- rsa/rsa_basic.h | 2 +- rsa/rsaes_oaep.c | 2 +- rsa/rsaes_oaep.h | 2 +- rsa/rsaes_pkcs1v15.c | 2 +- rsa/rsaes_pkcs1v15.h | 2 +- salsa20/salsa20.c | 2 +- salsa20/salsa20.h | 2 +- scal/scal-basic.c | 2 +- scal/scal-basic.h | 2 +- scal/scal-nessie.c | 2 +- scal/scal-nessie.h | 2 +- scal/scal_arcfour.c | 2 +- scal/scal_arcfour.h | 2 +- scal/scal_grain.c | 2 +- scal/scal_grain.h | 2 +- scal/scal_mickey128.c | 2 +- scal/scal_mickey128.h | 2 +- scal/scal_rabbit.c | 2 +- scal/scal_rabbit.h | 2 +- scal/scal_salsa20.c | 2 +- scal/scal_salsa20.h | 2 +- scal/scal_trivium.c | 2 +- scal/scal_trivium.h | 2 +- seed/seed-asm.S | 2 +- seed/seed.h | 2 +- seed/seed_C.c | 2 +- seed/seed_sbox.c | 2 +- seed/seed_sbox.h | 2 +- serpent/serpent-asm.S | 2 +- serpent/serpent-sboxes-bitslice-asm.S | 4 ++-- serpent/serpent-sboxes-bitslice.c | 4 ++-- serpent/serpent-sboxes-fast.S | 2 +- serpent/serpent-sboxes-small.S | 2 +- serpent/serpent-sboxes.h | 2 +- serpent/serpent-sboxes_c.c | 4 ++-- serpent/serpent.c | 4 ++-- serpent/serpent.h | 2 +- sha1/sha1-asm.S | 2 +- sha1/sha1.c | 2 +- sha1/sha1.h | 4 ++-- sha2/sha224.c | 2 +- sha2/sha224.h | 2 +- sha2/sha256.c | 2 +- sha2/sha256.h | 2 +- sha2/sha2_large_common.c | 2 +- sha2/sha2_large_common.h | 2 +- sha2/sha2_small_common.c | 2 +- sha2/sha2_small_common.h | 2 +- sha2/sha384.c | 2 +- sha2/sha384.h | 2 +- sha2/sha512.c | 2 +- sha2/sha512.h | 2 +- sha256/sha256-asm.S | 2 +- sha256/sha256.c | 2 +- sha256/sha256.h | 2 +- sha3-api.h | 2 +- shabal/shabal-asm.S | 4 ++-- shabal/shabal.c | 4 ++-- shabal/shabal.h | 4 ++-- shabal/shabal192-asm.S | 4 ++-- shabal/shabal192.c | 4 ++-- shabal/shabal224-asm.S | 4 ++-- shabal/shabal224.c | 4 ++-- shabal/shabal256-asm.S | 4 ++-- shabal/shabal256.c | 4 ++-- shabal/shabal384-asm.S | 4 ++-- shabal/shabal384.c | 4 ++-- shabal/shabal512-asm.S | 4 ++-- shabal/shabal512.c | 4 ++-- shabea/shabea.c | 2 +- shabea/shabea.h | 2 +- shacal1/shacal1_enc.c | 2 +- shacal1/shacal1_enc.h | 2 +- shacal2/shacal2_enc.c | 2 +- shacal2/shacal2_enc.h | 2 +- skein/skein.h | 4 ++-- skein/skein1024.c | 4 ++-- skein/skein1024_asm.S | 4 ++-- skein/skein256.c | 4 ++-- skein/skein256_asm.S | 4 ++-- skein/skein512.c | 4 ++-- skein/skein512_asm.S | 4 ++-- skein/threefish.h | 4 ++-- skein/threefish1024_dec.c | 4 ++-- skein/threefish1024_dec_asm.S | 4 ++-- skein/threefish1024_dec_cstub.c | 4 ++-- skein/threefish1024_enc.c | 4 ++-- skein/threefish1024_enc_asm.S | 4 ++-- skein/threefish256_dec.c | 4 ++-- skein/threefish256_dec_asm.S | 4 ++-- skein/threefish256_dec_cstub.c | 4 ++-- skein/threefish256_enc.c | 4 ++-- skein/threefish256_enc_asm.S | 4 ++-- skein/threefish256_enc_small.S | 4 ++-- skein/threefish512_dec.c | 4 ++-- skein/threefish512_dec_asm.S | 4 ++-- skein/threefish512_dec_cstub.c | 4 ++-- skein/threefish512_enc.c | 4 ++-- skein/threefish512_enc_asm.S | 4 ++-- skein/threefish_invmix.S | 4 ++-- skein/threefish_invmix_4c.S | 4 ++-- skein/threefish_invmix_c.c | 4 ++-- skein/threefish_mix.S | 4 ++-- skein/threefish_mix_4c.S | 4 ++-- skein/threefish_mix_c.c | 4 ++-- skein/ubi.h | 4 ++-- skein/ubi1024.c | 4 ++-- skein/ubi1024_asm.S | 4 ++-- skein/ubi256.c | 4 ++-- skein/ubi256_asm.S | 4 ++-- skein/ubi512.c | 4 ++-- skein/ubi512_asm.S | 4 ++-- skipjack/skipjack.c | 2 +- skipjack/skipjack.h | 2 +- skipjack/skipjack_nofix.c | 2 +- stack_measuring.S | 2 +- stack_measuring.h | 2 +- streamcipher_descriptor.h | 2 +- string-extras.h | 2 +- test_src/avr-asm-macros.S | 2 +- test_src/circularbytebuffer-asm.S | 4 ++-- test_src/circularbytebuffer.h | 4 ++-- test_src/cli-basics.S | 2 +- test_src/cli-core.S | 2 +- test_src/cli-hexdump.S | 2 +- test_src/cli-stub.c | 4 ++-- test_src/cli.h | 2 +- test_src/cmacvs.c | 2 +- test_src/cmacvs.h | 2 +- test_src/config.h | 2 +- test_src/dbz_strings.c | 4 ++-- test_src/dbz_strings.h | 4 ++-- test_src/debug.c | 2 +- test_src/dump-asm.S | 2 +- test_src/dump-decl.c | 4 ++-- test_src/dump.h | 4 ++-- test_src/hexdigit_tab.S | 2 +- test_src/hexdigit_tab.h | 2 +- test_src/hexdigit_tab_c.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-base64-test.c | 2 +- test_src/main-bigint-test.c | 2 +- test_src/main-bigint2-test.c | 2 +- test_src/main-blake-test.c | 2 +- test_src/main-bmw-test.c | 2 +- test_src/main-camellia-test.c | 2 +- test_src/main-cast5-test.c | 2 +- test_src/main-cscipher-test.c | 2 +- test_src/main-cubehash-test.c | 2 +- test_src/main-des-test.c | 2 +- test_src/main-dsa-test.c | 2 +- test_src/main-ecdsa-test.c | 2 +- test_src/main-echo-test.c | 2 +- test_src/main-entropium-test.c | 2 +- test_src/main-gcm-test.c | 2 +- test_src/main-grain-test.c | 2 +- test_src/main-groestl-test.c | 2 +- test_src/main-hmac-md5-test.c | 2 +- test_src/main-hmac-sha1-test.c | 2 +- test_src/main-hmac-sha256-test.c | 2 +- test_src/main-jh-test.c | 2 +- test_src/main-keccak-test.c | 2 +- test_src/main-khazad-test.c | 2 +- test_src/main-md5-test.c | 2 +- test_src/main-mqq160-sign-test.c | 2 +- test_src/main-mugi-test.c | 2 +- test_src/main-noekeon-test.c | 2 +- test_src/main-norx-test.c | 4 ++-- test_src/main-omac-noekeon-test.c | 2 +- test_src/main-present-test.c | 2 +- test_src/main-rabbit-test.c | 2 +- test_src/main-rc5-test.c | 2 +- test_src/main-rc6-test.c | 2 +- test_src/main-rsaes_oaep-test.c | 2 +- test_src/main-rsaes_pkcs1v15-test.c | 2 +- test_src/main-salsa20-test.c | 2 +- test_src/main-seed-test.c | 4 ++-- test_src/main-serpent-test.c | 2 +- test_src/main-sha1-test.c | 2 +- test_src/main-sha2-test.c | 2 +- test_src/main-sha256-test.c | 2 +- test_src/main-shabal-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-skein-test.c | 2 +- test_src/main-skipjack-test.c | 2 +- test_src/main-tdes-test.c | 2 +- test_src/main-test-common.c | 2 +- test_src/main-test-common.h | 2 +- test_src/main-threefish-test.c | 2 +- test_src/main-trivium-test.c | 2 +- test_src/main-twister-test.c | 2 +- test_src/main-ubi-test.c | 2 +- test_src/main-whirlpool-0-test.c | 2 +- test_src/main-whirlpool-t-test.c | 2 +- test_src/main-whirlpool-test.c | 2 +- test_src/main-xtea-test.c | 2 +- test_src/nessie_bc_test.c | 4 ++-- test_src/nessie_bc_test.h | 2 +- test_src/nessie_common.c | 4 ++-- test_src/nessie_common.h | 4 ++-- test_src/nessie_hash_test.c | 4 ++-- test_src/nessie_hash_test.h | 2 +- test_src/nessie_mac_test.c | 4 ++-- test_src/nessie_mac_test.h | 2 +- test_src/nessie_stream_test.c | 4 ++-- test_src/nessie_stream_test.h | 2 +- test_src/performance_test.c | 4 ++-- test_src/performance_test.h | 2 +- test_src/setbaud_asm.inc | 2 +- test_src/shavs.c | 2 +- test_src/shavs.h | 2 +- test_src/string-extras-asm.S | 2 +- test_src/string-extras.h | 2 +- test_src/uart.h | 2 +- test_src/uart_defs.h | 4 ++-- test_src/uart_i-asm.S | 4 ++-- test_src/uart_i.c | 4 ++-- test_src/uart_i.h | 4 ++-- test_src/uart_ni-asm.S | 2 +- test_src/uart_ni.h | 4 ++-- trivium/trivium.c | 4 ++-- trivium/trivium.h | 2 +- twister/twister-asm.S | 4 ++-- twister/twister-large-asm.S | 4 ++-- twister/twister-large.c | 2 +- twister/twister-small-asm.S | 4 ++-- twister/twister.c | 2 +- twister/twister.h | 2 +- twister/twister224.S | 4 ++-- twister/twister256.S | 4 ++-- twister/twister384.S | 4 ++-- twister/twister512.S | 4 ++-- whirlpool/whirlpool.c | 2 +- whirlpool/whirlpool.h | 2 +- xtea/xtea-asm.S | 2 +- xtea/xtea.c | 2 +- xtea/xtea.h | 2 +- 583 files changed, 855 insertions(+), 855 deletions(-) diff --git a/Makefile_en21 b/Makefile_en21 index def87ba..f8212be 100644 --- a/Makefile_en21 +++ b/Makefile_en21 @@ -1,7 +1,7 @@ # Makefile for the AVR-Crypto-Lib project # # This file is part of the AVR-Crypto-Lib. -# Copyright (C) 2010 Daniel Otte (daniel.otte@rub.de) +# Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Makefile_m644 b/Makefile_m644 index 4912740..ae6ef08 100644 --- a/Makefile_m644 +++ b/Makefile_m644 @@ -1,7 +1,7 @@ # Makefile for the AVR-Crypto-Lib project # # This file is part of the AVR-Crypto-Lib. -# Copyright (C) 2010 Daniel Otte (daniel.otte@rub.de) +# Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/Makefile_main.inc b/Makefile_main.inc index a2e4786..7402b9d 100644 --- a/Makefile_main.inc +++ b/Makefile_main.inc @@ -1,7 +1,7 @@ # Makefile for the AVR-Crypto-Lib project # # This file is part of the AVR-Crypto-Lib. -# Copyright (C) 2010 Daniel Otte (daniel.otte@rub.de) +# Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/USAGE.blockciphers b/USAGE.blockciphers index 227ec35..52abc9f 100644 --- a/USAGE.blockciphers +++ b/USAGE.blockciphers @@ -3,7 +3,7 @@ =================================== Author: Daniel Otte -email: daniel.otte@rub.de +email: bg@nerilex.org 0. Foreword diff --git a/USAGE.hashfunctions b/USAGE.hashfunctions index 163cd2d..1aa8703 100644 --- a/USAGE.hashfunctions +++ b/USAGE.hashfunctions @@ -3,7 +3,7 @@ =================================== Author: Daniel Otte -email: daniel.otte@rub.de +email: bg@nerilex.org 0. Foreword diff --git a/USAGE.streamciphers b/USAGE.streamciphers index 50255c9..aed1a56 100644 --- a/USAGE.streamciphers +++ b/USAGE.streamciphers @@ -3,7 +3,7 @@ ==================================== Author: Daniel Otte -email: daniel.otte@rub.de +email: bg@nerilex.org 0. Foreword diff --git a/a51/A5_1.c b/a51/A5_1.c index 70917f3..7b176dd 100644 --- a/a51/A5_1.c +++ b/a51/A5_1.c @@ -1,7 +1,7 @@ /* A5_1.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -19,7 +19,7 @@ /* * File: A5_1.c * Author: Daniel Otte - * email: daniel.otte@rub.de + * email: bg@nerilex.org * Date: 2006-06-24 * License: GPLv3 or later * Description: Implementation of the A5/1 stream cipher algorithm, as used in GSM. diff --git a/a51/A5_1.h b/a51/A5_1.h index e134633..fa136d4 100644 --- a/a51/A5_1.h +++ b/a51/A5_1.h @@ -1,7 +1,7 @@ /* A5_1.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/aes/aes.h b/aes/aes.h index 011b2c3..4e662e4 100644 --- a/aes/aes.h +++ b/aes/aes.h @@ -1,7 +1,7 @@ /* aes.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file aes.h - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2008-12-30 * \license GPLv3 or later diff --git a/aes/aes128_dec.c b/aes/aes128_dec.c index 083aa9a..3868bbe 100644 --- a/aes/aes128_dec.c +++ b/aes/aes128_dec.c @@ -1,7 +1,7 @@ /* aes128_dec.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file aes128_dec.c - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2008-12-30 * \license GPLv3 or later diff --git a/aes/aes128_dec.h b/aes/aes128_dec.h index 1f4e7f8..4a5f895 100644 --- a/aes/aes128_dec.h +++ b/aes/aes128_dec.h @@ -1,7 +1,7 @@ /* aes128_dec.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file aes128_dec.h - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2008-12-30 * \license GPLv3 or later diff --git a/aes/aes128_enc.c b/aes/aes128_enc.c index bde1284..5765f8c 100644 --- a/aes/aes128_enc.c +++ b/aes/aes128_enc.c @@ -1,7 +1,7 @@ /* aes128_enc.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file aes128_enc.c - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2008-12-30 * \license GPLv3 or later diff --git a/aes/aes128_enc.h b/aes/aes128_enc.h index ffa7445..15be3e3 100644 --- a/aes/aes128_enc.h +++ b/aes/aes128_enc.h @@ -1,7 +1,7 @@ /* aes128_enc.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file aes128_enc.h - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2008-12-30 * \license GPLv3 or later diff --git a/aes/aes192_dec.c b/aes/aes192_dec.c index ce762d0..c37cc8d 100644 --- a/aes/aes192_dec.c +++ b/aes/aes192_dec.c @@ -1,7 +1,7 @@ /* aes192_dec.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file aes192_dec.c - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2008-12-31 * \license GPLv3 or later diff --git a/aes/aes192_dec.h b/aes/aes192_dec.h index 5eca61a..e9cb876 100644 --- a/aes/aes192_dec.h +++ b/aes/aes192_dec.h @@ -1,7 +1,7 @@ /* aes192_dec.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file aes192_dec.h - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2008-12-31 * \license GPLv3 or later diff --git a/aes/aes192_enc.c b/aes/aes192_enc.c index eacc7a0..6d071a7 100644 --- a/aes/aes192_enc.c +++ b/aes/aes192_enc.c @@ -1,7 +1,7 @@ /* aes192_enc.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file aes192_enc.c - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2008-12-31 * \license GPLv3 or later diff --git a/aes/aes192_enc.h b/aes/aes192_enc.h index 0aa308f..9a897cf 100644 --- a/aes/aes192_enc.h +++ b/aes/aes192_enc.h @@ -1,7 +1,7 @@ /* aes192_enc.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file aes192_enc.h - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2008-12-31 * \license GPLv3 or later diff --git a/aes/aes256_dec.c b/aes/aes256_dec.c index 6425eb2..b6961d9 100644 --- a/aes/aes256_dec.c +++ b/aes/aes256_dec.c @@ -1,7 +1,7 @@ /* aes256_dec.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file aes256_dec.c - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2008-12-31 * \license GPLv3 or later diff --git a/aes/aes256_dec.h b/aes/aes256_dec.h index 0b354db..09ba1fc 100644 --- a/aes/aes256_dec.h +++ b/aes/aes256_dec.h @@ -1,7 +1,7 @@ /* aes256_dec.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file aes256_dec.h - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2008-12-31 * \license GPLv3 or later diff --git a/aes/aes256_enc.c b/aes/aes256_enc.c index 3e3e379..0957bf9 100644 --- a/aes/aes256_enc.c +++ b/aes/aes256_enc.c @@ -1,7 +1,7 @@ /* aes256_enc.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file aes256_enc.c - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2008-12-31 * \license GPLv3 or later diff --git a/aes/aes256_enc.h b/aes/aes256_enc.h index 00b12b4..3bc7dbd 100644 --- a/aes/aes256_enc.h +++ b/aes/aes256_enc.h @@ -1,7 +1,7 @@ /* aes256_enc.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file aes256_enc.h - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2008-12-31 * \license GPLv3 or later diff --git a/aes/aes_dec-asm.S b/aes/aes_dec-asm.S index 4edbb63..0b9bc32 100644 --- a/aes/aes_dec-asm.S +++ b/aes/aes_dec-asm.S @@ -1,7 +1,7 @@ /* aes_dec-asm.S */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008, 2009 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file aes_dec-asm.S - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2009-01-10 * \license GPLv3 or later diff --git a/aes/aes_dec-asm_faster.S b/aes/aes_dec-asm_faster.S index 4796f4e..a80a08e 100644 --- a/aes/aes_dec-asm_faster.S +++ b/aes/aes_dec-asm_faster.S @@ -1,7 +1,7 @@ /* aes_dec-asm.S */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008, 2009 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file aes_dec-asm.S - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2009-01-10 * \license GPLv3 or later diff --git a/aes/aes_dec.c b/aes/aes_dec.c index 5db465b..fabe7a2 100644 --- a/aes/aes_dec.c +++ b/aes/aes_dec.c @@ -1,7 +1,7 @@ /* aes.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008, 2009 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/aes/aes_dec.h b/aes/aes_dec.h index e267170..ecedd43 100644 --- a/aes/aes_dec.h +++ b/aes/aes_dec.h @@ -1,7 +1,7 @@ /* aes_dec.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file aes_dec.h - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2008-12-30 * \license GPLv3 or later diff --git a/aes/aes_enc-asm.S b/aes/aes_enc-asm.S index 83c6d55..0923571 100644 --- a/aes/aes_enc-asm.S +++ b/aes/aes_enc-asm.S @@ -1,7 +1,7 @@ /* aes_enc-asm.S */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008, 2009 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file aes_enc-asm.S - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2009-01-10 * \license GPLv3 or later diff --git a/aes/aes_enc.c b/aes/aes_enc.c index be2418f..ef8f66d 100644 --- a/aes/aes_enc.c +++ b/aes/aes_enc.c @@ -1,7 +1,7 @@ /* aes_enc.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file aes_enc.c - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2008-12-30 * \license GPLv3 or later diff --git a/aes/aes_enc.h b/aes/aes_enc.h index 63b13d9..3600b64 100644 --- a/aes/aes_enc.h +++ b/aes/aes_enc.h @@ -1,7 +1,7 @@ /* aes_enc.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file aes_enc.h - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2008-12-30 * \license GPLv3 or later diff --git a/aes/aes_invsbox-asm.S b/aes/aes_invsbox-asm.S index 9ab899f..ca844ae 100644 --- a/aes/aes_invsbox-asm.S +++ b/aes/aes_invsbox-asm.S @@ -1,7 +1,7 @@ /* aes_sbox-asm.S */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008, 2009 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file aes_dec-asm.S - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2009-01-10 * \license GPLv3 or later diff --git a/aes/aes_invsbox.h b/aes/aes_invsbox.h index 5a19e79..e38b153 100644 --- a/aes/aes_invsbox.h +++ b/aes/aes_invsbox.h @@ -1,7 +1,7 @@ /* aes_invsbox.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file aes_invsbox.h - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2008-12-30 * \license GPLv3 or later diff --git a/aes/aes_keyschedule-asm.S b/aes/aes_keyschedule-asm.S index 74595d9..0380849 100644 --- a/aes/aes_keyschedule-asm.S +++ b/aes/aes_keyschedule-asm.S @@ -1,7 +1,7 @@ /* aes_keyschedule-asm */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008, 2009 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file aes_keyschedule-asm.S - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2009-01-09 * \license GPLv3 or later diff --git a/aes/aes_keyschedule.c b/aes/aes_keyschedule.c index 8d2871b..277b447 100644 --- a/aes/aes_keyschedule.c +++ b/aes/aes_keyschedule.c @@ -1,7 +1,7 @@ /* aes_keyschedule.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008, 2009 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file aes_keyschedule.c - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2008-12-30 * \license GPLv3 or later diff --git a/aes/aes_keyschedule.h b/aes/aes_keyschedule.h index dc00e97..be83ad9 100644 --- a/aes/aes_keyschedule.h +++ b/aes/aes_keyschedule.h @@ -1,7 +1,7 @@ /* aes_keyschedule.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file aes_keyschedule.h - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2008-12-30 * \license GPLv3 or later diff --git a/aes/aes_sbox-asm.S b/aes/aes_sbox-asm.S index e609698..f93c95f 100644 --- a/aes/aes_sbox-asm.S +++ b/aes/aes_sbox-asm.S @@ -1,7 +1,7 @@ /* aes_sbox-asm.S */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008, 2009 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file aes_dec-asm.S - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2009-01-10 * \license GPLv3 or later diff --git a/aes/aes_sbox.h b/aes/aes_sbox.h index 369936b..491ba0e 100644 --- a/aes/aes_sbox.h +++ b/aes/aes_sbox.h @@ -1,7 +1,7 @@ /* aes_sbox.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file aes_sbox.h - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2008-12-30 * \license GPLv3 or later diff --git a/aes/aes_types.h b/aes/aes_types.h index d69dd9f..df9ddf3 100644 --- a/aes/aes_types.h +++ b/aes/aes_types.h @@ -1,7 +1,7 @@ /* aes.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file aes_types.h - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2008-12-30 * \license GPLv3 or later diff --git a/arcfour/arcfour-asm.S b/arcfour/arcfour-asm.S index 44cf6e2..a7f5a88 100644 --- a/arcfour/arcfour-asm.S +++ b/arcfour/arcfour-asm.S @@ -1,7 +1,7 @@ /* arcfour-asm.S */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/arcfour/arcfour.c b/arcfour/arcfour.c index 3f155a5..fbb644f 100644 --- a/arcfour/arcfour.c +++ b/arcfour/arcfour.c @@ -1,7 +1,7 @@ /* arcfour.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -19,7 +19,7 @@ /* * File: arcfour.c * Author: Daniel Otte - * email: daniel.otte@rub.de + * email: bg@nerilex.org * Date: 2006-06-07 * License: GPLv3 or later * Description: Implementation of the ARCFOUR (RC4 compatible) stream cipher algorithm. diff --git a/arcfour/arcfour.h b/arcfour/arcfour.h index e4612cf..6a69219 100644 --- a/arcfour/arcfour.h +++ b/arcfour/arcfour.h @@ -1,7 +1,7 @@ /* arcfour.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/avr-asm-macros.S b/avr-asm-macros.S index 1a640c7..afaf78c 100644 --- a/avr-asm-macros.S +++ b/avr-asm-macros.S @@ -1,7 +1,7 @@ /* avr-asm-macros.S */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/base64/base64_dec.c b/base64/base64_dec.c index 5e22d56..0ce43fd 100644 --- a/base64/base64_dec.c +++ b/base64/base64_dec.c @@ -1,7 +1,7 @@ /* base64_dec.c */ /* * This file is part of the AVR-Crypto-Lib. - * Copyright (C) 2006, 2007, 2008 Daniel Otte (daniel.otte@rub.de) + * Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/base64/base64_dec.h b/base64/base64_dec.h index c6fa343..1cb63d3 100644 --- a/base64/base64_dec.h +++ b/base64/base64_dec.h @@ -1,7 +1,7 @@ /* base64_dec.h */ /* * This file is part of the AVR-Crypto-Lib. - * Copyright (C) 2006, 2007, 2008 Daniel Otte (daniel.otte@rub.de) + * Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/base64/base64_enc.c b/base64/base64_enc.c index 187e002..49a7c36 100644 --- a/base64/base64_enc.c +++ b/base64/base64_enc.c @@ -1,7 +1,7 @@ /* base64_enc.c */ /* * This file is part of the AVR-Crypto-Lib. - * Copyright (C) 2006, 2007, 2008 Daniel Otte (daniel.otte@rub.de) + * Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/base64/base64_enc.h b/base64/base64_enc.h index dd3bc96..f321fef 100644 --- a/base64/base64_enc.h +++ b/base64/base64_enc.h @@ -1,7 +1,7 @@ /* base64_enc.h */ /* * This file is part of the AVR-Crypto-Lib. - * Copyright (C) 2006, 2007, 2008 Daniel Otte (daniel.otte@rub.de) + * Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/bcal/bcal-basic.c b/bcal/bcal-basic.c index 78a490d..578848d 100644 --- a/bcal/bcal-basic.c +++ b/bcal/bcal-basic.c @@ -1,7 +1,7 @@ /* bcal-basic.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2009 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/bcal/bcal-basic.h b/bcal/bcal-basic.h index 3f83f18..d4dab41 100644 --- a/bcal/bcal-basic.h +++ b/bcal/bcal-basic.h @@ -1,7 +1,7 @@ /* bcal-basic.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2009 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/bcal/bcal-cbc.c b/bcal/bcal-cbc.c index 1135e7b..4c4ec5e 100644 --- a/bcal/bcal-cbc.c +++ b/bcal/bcal-cbc.c @@ -1,7 +1,7 @@ /* bcal-cbc.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2010 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/bcal/bcal-cbc.h b/bcal/bcal-cbc.h index fc096dc..2360c61 100644 --- a/bcal/bcal-cbc.h +++ b/bcal/bcal-cbc.h @@ -1,7 +1,7 @@ /* bcal-cbc.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2010 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/bcal/bcal-cfb_bit.c b/bcal/bcal-cfb_bit.c index f8687ca..07ae516 100644 --- a/bcal/bcal-cfb_bit.c +++ b/bcal/bcal-cfb_bit.c @@ -1,7 +1,7 @@ /* bcal-cfb_bit.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2010 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/bcal/bcal-cfb_bit.h b/bcal/bcal-cfb_bit.h index a77ff5d..f290475 100644 --- a/bcal/bcal-cfb_bit.h +++ b/bcal/bcal-cfb_bit.h @@ -1,7 +1,7 @@ /* bcal-cfb_bit.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2010 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/bcal/bcal-cfb_byte.c b/bcal/bcal-cfb_byte.c index 48f03a0..cc22d99 100644 --- a/bcal/bcal-cfb_byte.c +++ b/bcal/bcal-cfb_byte.c @@ -1,7 +1,7 @@ /* bcal-cfb_byte.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2010 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/bcal/bcal-cfb_byte.h b/bcal/bcal-cfb_byte.h index f3d3cef..c965307 100644 --- a/bcal/bcal-cfb_byte.h +++ b/bcal/bcal-cfb_byte.h @@ -1,7 +1,7 @@ /* bcal-cbc.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2010 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/bcal/bcal-cmac.c b/bcal/bcal-cmac.c index c1f8f6f..7d774e6 100644 --- a/bcal/bcal-cmac.c +++ b/bcal/bcal-cmac.c @@ -1,7 +1,7 @@ /* bcal-omac.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2010 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/bcal/bcal-cmac.h b/bcal/bcal-cmac.h index 9f0f3b9..a484bf8 100644 --- a/bcal/bcal-cmac.h +++ b/bcal/bcal-cmac.h @@ -1,7 +1,7 @@ /* bcal-cmac.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2010 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/bcal/bcal-ctr.c b/bcal/bcal-ctr.c index efc2488..509ddc1 100644 --- a/bcal/bcal-ctr.c +++ b/bcal/bcal-ctr.c @@ -1,7 +1,7 @@ /* bcal-ctr.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2010 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/bcal/bcal-ctr.h b/bcal/bcal-ctr.h index 738ab33..0fde911 100644 --- a/bcal/bcal-ctr.h +++ b/bcal/bcal-ctr.h @@ -1,7 +1,7 @@ /* bcal-ctr.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2010 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/bcal/bcal-eax.c b/bcal/bcal-eax.c index f36d3f0..3d990c8 100644 --- a/bcal/bcal-eax.c +++ b/bcal/bcal-eax.c @@ -1,7 +1,7 @@ /* bca-eax.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2010 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/bcal/bcal-eax.h b/bcal/bcal-eax.h index 53ecc32..4da9798 100644 --- a/bcal/bcal-eax.h +++ b/bcal/bcal-eax.h @@ -1,7 +1,7 @@ /* bcal-eax.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2010 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/bcal/bcal-nessie.c b/bcal/bcal-nessie.c index 54a8712..d9f7dba 100644 --- a/bcal/bcal-nessie.c +++ b/bcal/bcal-nessie.c @@ -1,7 +1,7 @@ /* bcal-nessie.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2010 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/bcal/bcal-nessie.h b/bcal/bcal-nessie.h index 0323a25..97cfd0c 100644 --- a/bcal/bcal-nessie.h +++ b/bcal/bcal-nessie.h @@ -1,7 +1,7 @@ /* bcal-nessie.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2010 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -19,7 +19,7 @@ /* * \file bcal-nessie.h * \author Daniel Otte - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \date 2010-12-19 * \license GPLv3 or later * diff --git a/bcal/bcal-ofb.c b/bcal/bcal-ofb.c index c92bcf5..ef5e750 100644 --- a/bcal/bcal-ofb.c +++ b/bcal/bcal-ofb.c @@ -1,7 +1,7 @@ /* bcal-ofb.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2010 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/bcal/bcal-ofb.h b/bcal/bcal-ofb.h index 1a725ad..15f5ce9 100644 --- a/bcal/bcal-ofb.h +++ b/bcal/bcal-ofb.h @@ -1,7 +1,7 @@ /* bcal-ofb.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2010 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/bcal/bcal-performance.c b/bcal/bcal-performance.c index 086e597..96084ad 100644 --- a/bcal/bcal-performance.c +++ b/bcal/bcal-performance.c @@ -1,7 +1,7 @@ /* bcal-performance.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2010 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -20,7 +20,7 @@ /* * \file bcal-performance.c * \author Daniel Otte - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \date 2010-02-16 * \license GPLv3 or later * diff --git a/bcal/bcal-performance.h b/bcal/bcal-performance.h index 696b5bb..c4f8f59 100644 --- a/bcal/bcal-performance.h +++ b/bcal/bcal-performance.h @@ -1,7 +1,7 @@ /* bcal-performance.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2010 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -20,7 +20,7 @@ /* * \file bcal-performance.h * \author Daniel Otte - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \date 2010-02-16 * \license GPLv3 or later * diff --git a/bcal/bcal_aes128.c b/bcal/bcal_aes128.c index 05260cb..8adb377 100644 --- a/bcal/bcal_aes128.c +++ b/bcal/bcal_aes128.c @@ -1,7 +1,7 @@ /* bcal_aes128.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file bcal_aes128.c - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2009-01-08 * \license GPLv3 or later diff --git a/bcal/bcal_aes128.h b/bcal/bcal_aes128.h index 6c1bc67..95104f9 100644 --- a/bcal/bcal_aes128.h +++ b/bcal/bcal_aes128.h @@ -1,7 +1,7 @@ /* bcal_aes128.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file bcal_aes128.h - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2009-01-08 * \license GPLv3 or later diff --git a/bcal/bcal_aes128_enconly.c b/bcal/bcal_aes128_enconly.c index 42bc4a8..c5782b4 100644 --- a/bcal/bcal_aes128_enconly.c +++ b/bcal/bcal_aes128_enconly.c @@ -1,7 +1,7 @@ /* bcal_aes128.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file bcal_aes128.c - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2009-01-08 * \license GPLv3 or later diff --git a/bcal/bcal_aes128_enconly.h b/bcal/bcal_aes128_enconly.h index eb7a0c6..08d780f 100644 --- a/bcal/bcal_aes128_enconly.h +++ b/bcal/bcal_aes128_enconly.h @@ -1,7 +1,7 @@ /* bcal_aes128.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file bcal_aes128.h - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2009-01-08 * \license GPLv3 or later diff --git a/bcal/bcal_aes192.c b/bcal/bcal_aes192.c index ebea005..9b11c2c 100644 --- a/bcal/bcal_aes192.c +++ b/bcal/bcal_aes192.c @@ -1,7 +1,7 @@ /* bcal_aes192.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file bcal_aes192.c - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2009-01-08 * \license GPLv3 or later diff --git a/bcal/bcal_aes192.h b/bcal/bcal_aes192.h index 17da2e2..ac80c69 100644 --- a/bcal/bcal_aes192.h +++ b/bcal/bcal_aes192.h @@ -1,7 +1,7 @@ /* bcal_aes192.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file bcal_aes192.h - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2009-01-08 * \license GPLv3 or later diff --git a/bcal/bcal_aes192_enconly.c b/bcal/bcal_aes192_enconly.c index 20c6788..5d9e083 100644 --- a/bcal/bcal_aes192_enconly.c +++ b/bcal/bcal_aes192_enconly.c @@ -1,7 +1,7 @@ /* bcal_aes192.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file bcal_aes192.c - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2009-01-08 * \license GPLv3 or later diff --git a/bcal/bcal_aes192_enconly.h b/bcal/bcal_aes192_enconly.h index 1d51cb2..6dc6290 100644 --- a/bcal/bcal_aes192_enconly.h +++ b/bcal/bcal_aes192_enconly.h @@ -1,7 +1,7 @@ /* bcal_aes192.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file bcal_aes192.h - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2009-01-08 * \license GPLv3 or later diff --git a/bcal/bcal_aes256.c b/bcal/bcal_aes256.c index 6486845..c952e32 100644 --- a/bcal/bcal_aes256.c +++ b/bcal/bcal_aes256.c @@ -1,7 +1,7 @@ /* bcal_aes256.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file bcal_aes256.c - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2009-01-08 * \license GPLv3 or later diff --git a/bcal/bcal_aes256.h b/bcal/bcal_aes256.h index 4cdd520..2804e70 100644 --- a/bcal/bcal_aes256.h +++ b/bcal/bcal_aes256.h @@ -1,7 +1,7 @@ /* bcal_aes256.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file bcal_aes256.h - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2009-01-08 * \license GPLv3 or later diff --git a/bcal/bcal_aes256_enconly.c b/bcal/bcal_aes256_enconly.c index 22c1bb2..a6db075 100644 --- a/bcal/bcal_aes256_enconly.c +++ b/bcal/bcal_aes256_enconly.c @@ -1,7 +1,7 @@ /* bcal_aes256.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file bcal_aes256.c - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2009-01-08 * \license GPLv3 or later diff --git a/bcal/bcal_aes256_enconly.h b/bcal/bcal_aes256_enconly.h index 5474eea..c3dccba 100644 --- a/bcal/bcal_aes256_enconly.h +++ b/bcal/bcal_aes256_enconly.h @@ -1,7 +1,7 @@ /* bcal_aes256.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file bcal_aes256.h - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2009-01-08 * \license GPLv3 or later diff --git a/bcal/bcal_camellia128.c b/bcal/bcal_camellia128.c index b63c41d..b452a39 100644 --- a/bcal/bcal_camellia128.c +++ b/bcal/bcal_camellia128.c @@ -1,7 +1,7 @@ /* bcal_camellia128.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file bcal_camellia128.c - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2009-01-09 * \license GPLv3 or later diff --git a/bcal/bcal_camellia128.h b/bcal/bcal_camellia128.h index 5aeb4db..c368e35 100644 --- a/bcal/bcal_camellia128.h +++ b/bcal/bcal_camellia128.h @@ -1,7 +1,7 @@ /* bcal_camellia128.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file bcal_camellia128.h - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2009-01-09 * \license GPLv3 or later diff --git a/bcal/bcal_cast5.c b/bcal/bcal_cast5.c index 3dfbf0f..78a8872 100644 --- a/bcal/bcal_cast5.c +++ b/bcal/bcal_cast5.c @@ -1,7 +1,7 @@ /* bcal_cast5.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file bcal_cast5.c - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2009-01-09 * \license GPLv3 or later diff --git a/bcal/bcal_cast5.h b/bcal/bcal_cast5.h index 07095db..cfe4b89 100644 --- a/bcal/bcal_cast5.h +++ b/bcal/bcal_cast5.h @@ -1,7 +1,7 @@ /* bcal_cast5.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file bcal_cast5.h - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2009-01-09 * \license GPLv3 or later diff --git a/bcal/bcal_cast6.c b/bcal/bcal_cast6.c index ee7a5cc..12a5253 100644 --- a/bcal/bcal_cast6.c +++ b/bcal/bcal_cast6.c @@ -1,7 +1,7 @@ /* bcal_cast6.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file bcal_cast6.c - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2009-04-03 * \license GPLv3 or later diff --git a/bcal/bcal_cast6.h b/bcal/bcal_cast6.h index 48cd307..cbf1dba 100644 --- a/bcal/bcal_cast6.h +++ b/bcal/bcal_cast6.h @@ -1,7 +1,7 @@ /* bcal_cast6.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file bcal_cast6.h - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2009-04-03 * \license GPLv3 or later diff --git a/bcal/bcal_cscipher.c b/bcal/bcal_cscipher.c index 8fb0f50..1dfd7c3 100644 --- a/bcal/bcal_cscipher.c +++ b/bcal/bcal_cscipher.c @@ -1,7 +1,7 @@ /* bcal_cscipher.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2010 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file bcal_cscipher.c - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2010-12-17 * \license GPLv3 or later diff --git a/bcal/bcal_cscipher.h b/bcal/bcal_cscipher.h index a3ffabd..b520a91 100644 --- a/bcal/bcal_cscipher.h +++ b/bcal/bcal_cscipher.h @@ -1,7 +1,7 @@ /* bcal_cscipher.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2010 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file bcal_cscipher.h - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2010-12-17 * \license GPLv3 or later diff --git a/bcal/bcal_des.c b/bcal/bcal_des.c index ceb5d76..bfe01c1 100644 --- a/bcal/bcal_des.c +++ b/bcal/bcal_des.c @@ -1,7 +1,7 @@ /* bcal_des.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file bcal_des.c - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2009-01-09 * \license GPLv3 or later diff --git a/bcal/bcal_des.h b/bcal/bcal_des.h index 4fcfee5..a38f4fd 100644 --- a/bcal/bcal_des.h +++ b/bcal/bcal_des.h @@ -1,7 +1,7 @@ /* bcal_des.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file bcal_des.h - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2009-01-09 * \license GPLv3 or later diff --git a/bcal/bcal_khazad.c b/bcal/bcal_khazad.c index be7fc28..f3a0e72 100644 --- a/bcal/bcal_khazad.c +++ b/bcal/bcal_khazad.c @@ -1,7 +1,7 @@ /* bcal_khazad.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2011 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file bcal_khazad.c - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2011-01-02 * \license GPLv3 or later diff --git a/bcal/bcal_khazad.h b/bcal/bcal_khazad.h index 0d1af57..412f737 100644 --- a/bcal/bcal_khazad.h +++ b/bcal/bcal_khazad.h @@ -1,7 +1,7 @@ /* bcal_khazad.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file bcal_khazad.h - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2011-01-02 * \license GPLv3 or later diff --git a/bcal/bcal_present128.c b/bcal/bcal_present128.c index c892737..0a8cdbc 100644 --- a/bcal/bcal_present128.c +++ b/bcal/bcal_present128.c @@ -1,7 +1,7 @@ /* bcal_present.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file bcal_present.c - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2009-01-09 * \license GPLv3 or later diff --git a/bcal/bcal_present128.h b/bcal/bcal_present128.h index 0926b8a..e86ee79 100644 --- a/bcal/bcal_present128.h +++ b/bcal/bcal_present128.h @@ -1,7 +1,7 @@ /* bcal_present.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file bcal_present.h - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2009-01-09 * \license GPLv3 or later diff --git a/bcal/bcal_present80.c b/bcal/bcal_present80.c index 63707c6..615ab81 100644 --- a/bcal/bcal_present80.c +++ b/bcal/bcal_present80.c @@ -1,7 +1,7 @@ /* bcal_present.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file bcal_present.c - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2009-01-09 * \license GPLv3 or later diff --git a/bcal/bcal_present80.h b/bcal/bcal_present80.h index be29c17..d3c20f0 100644 --- a/bcal/bcal_present80.h +++ b/bcal/bcal_present80.h @@ -1,7 +1,7 @@ /* bcal_present.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file bcal_present.h - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2009-01-09 * \license GPLv3 or later diff --git a/bcal/bcal_rc5.c b/bcal/bcal_rc5.c index bd4dc8d..2361302 100644 --- a/bcal/bcal_rc5.c +++ b/bcal/bcal_rc5.c @@ -1,7 +1,7 @@ /* bcal_rc5.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file bcal_rc5.c - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2009-01-09 * \license GPLv3 or later diff --git a/bcal/bcal_rc5.h b/bcal/bcal_rc5.h index 3dd7460..9075726 100644 --- a/bcal/bcal_rc5.h +++ b/bcal/bcal_rc5.h @@ -1,7 +1,7 @@ /* bcal_rc5.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file bcal_rc5.h - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2009-01-09 * \license GPLv3 or later diff --git a/bcal/bcal_rc6.c b/bcal/bcal_rc6.c index 5ab2b4e..14ae67e 100644 --- a/bcal/bcal_rc6.c +++ b/bcal/bcal_rc6.c @@ -1,7 +1,7 @@ /* bcal_rc6.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file bcal_rc6.c - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2009-01-09 * \license GPLv3 or later diff --git a/bcal/bcal_rc6.h b/bcal/bcal_rc6.h index 07c2593..7d2e732 100644 --- a/bcal/bcal_rc6.h +++ b/bcal/bcal_rc6.h @@ -1,7 +1,7 @@ /* bcal_rc6.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file bcal_rc6.h - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2009-01-09 * \license GPLv3 or later diff --git a/bcal/bcal_seed.c b/bcal/bcal_seed.c index 12e7f0e..d50b6ca 100644 --- a/bcal/bcal_seed.c +++ b/bcal/bcal_seed.c @@ -1,7 +1,7 @@ /* bcal_seed.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file bcal_seed.c - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2009-01-09 * \license GPLv3 or later diff --git a/bcal/bcal_seed.h b/bcal/bcal_seed.h index 39d1091..572235c 100644 --- a/bcal/bcal_seed.h +++ b/bcal/bcal_seed.h @@ -1,7 +1,7 @@ /* bcal_seed.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file bcal_seed.h - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2009-01-09 * \license GPLv3 or later diff --git a/bcal/bcal_serpent.c b/bcal/bcal_serpent.c index 4286072..6d33301 100644 --- a/bcal/bcal_serpent.c +++ b/bcal/bcal_serpent.c @@ -1,7 +1,7 @@ /* bcal_serpent.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file bcal_serpent.c - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2009-01-09 * \license GPLv3 or later diff --git a/bcal/bcal_serpent.h b/bcal/bcal_serpent.h index 2f9d013..2bd9b1e 100644 --- a/bcal/bcal_serpent.h +++ b/bcal/bcal_serpent.h @@ -1,7 +1,7 @@ /* bcal_serpent.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file bcal_serpent.h - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2009-01-09 * \license GPLv3 or later diff --git a/bcal/bcal_skipjack.c b/bcal/bcal_skipjack.c index 7b7451c..ba13fb8 100644 --- a/bcal/bcal_skipjack.c +++ b/bcal/bcal_skipjack.c @@ -1,7 +1,7 @@ /* bcal_skipjack.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file bcal_skipjack.c - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2009-01-09 * \license GPLv3 or later diff --git a/bcal/bcal_skipjack.h b/bcal/bcal_skipjack.h index 1ffec51..7a348b0 100644 --- a/bcal/bcal_skipjack.h +++ b/bcal/bcal_skipjack.h @@ -1,7 +1,7 @@ /* bcal_skipjack.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file bcal_skipjack.h - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2009-01-09 * \license GPLv3 or later diff --git a/bcal/bcal_tdes.c b/bcal/bcal_tdes.c index 89da267..aba4175 100644 --- a/bcal/bcal_tdes.c +++ b/bcal/bcal_tdes.c @@ -1,7 +1,7 @@ /* bcal_tdes.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file bcal_tdes.c - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2009-01-09 * \license GPLv3 or later diff --git a/bcal/bcal_tdes.h b/bcal/bcal_tdes.h index 3edacb9..5f82886 100644 --- a/bcal/bcal_tdes.h +++ b/bcal/bcal_tdes.h @@ -1,7 +1,7 @@ /* bcal_tdes.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file bcal_tdes.h - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2009-01-09 * \license GPLv3 or later diff --git a/bcal/bcal_tdes2.c b/bcal/bcal_tdes2.c index 4aa32e4..df7682e 100644 --- a/bcal/bcal_tdes2.c +++ b/bcal/bcal_tdes2.c @@ -1,7 +1,7 @@ /* bcal_tdes2.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file bcal_tdes.c - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2010-02-02 * \license GPLv3 or later diff --git a/bcal/bcal_tdes2.h b/bcal/bcal_tdes2.h index 57cd7fb..f6cb563 100644 --- a/bcal/bcal_tdes2.h +++ b/bcal/bcal_tdes2.h @@ -1,7 +1,7 @@ /* bcal_tdes2.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file bcal_tdes.h - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2009-01-09 * \license GPLv3 or later diff --git a/bcal/bcal_threefish1024.c b/bcal/bcal_threefish1024.c index 4ce7b38..63ec55b 100644 --- a/bcal/bcal_threefish1024.c +++ b/bcal/bcal_threefish1024.c @@ -1,7 +1,7 @@ /* bcal_threefish1024.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file bcal_threefish1024.c - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2010-02-20 * \license GPLv3 or later diff --git a/bcal/bcal_threefish1024.h b/bcal/bcal_threefish1024.h index 031cdce..5de3bd9 100644 --- a/bcal/bcal_threefish1024.h +++ b/bcal/bcal_threefish1024.h @@ -1,7 +1,7 @@ /* bcal_threefis1024.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file bcal_threefish1024.h - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2010-02-20 * \license GPLv3 or later diff --git a/bcal/bcal_threefish256.c b/bcal/bcal_threefish256.c index 38bae9a..4ae9ccd 100644 --- a/bcal/bcal_threefish256.c +++ b/bcal/bcal_threefish256.c @@ -1,7 +1,7 @@ /* bcal_threefish256.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file bcal_threefish256.c - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2010-02-20 * \license GPLv3 or later diff --git a/bcal/bcal_threefish256.h b/bcal/bcal_threefish256.h index 2bffd78..da6e4e1 100644 --- a/bcal/bcal_threefish256.h +++ b/bcal/bcal_threefish256.h @@ -1,7 +1,7 @@ /* bcal_threefis256.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file bcal_threefish256.h - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2010-02-20 * \license GPLv3 or later diff --git a/bcal/bcal_threefish512.c b/bcal/bcal_threefish512.c index 68ea9c1..9856fb1 100644 --- a/bcal/bcal_threefish512.c +++ b/bcal/bcal_threefish512.c @@ -1,7 +1,7 @@ /* bcal_threefish512.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file bcal_threefish512.c - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2010-02-20 * \license GPLv3 or later diff --git a/bcal/bcal_threefish512.h b/bcal/bcal_threefish512.h index 2e8cc5d..4c458eb 100644 --- a/bcal/bcal_threefish512.h +++ b/bcal/bcal_threefish512.h @@ -1,7 +1,7 @@ /* bcal_threefis512.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file bcal_threefish512.h - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2010-02-20 * \license GPLv3 or later diff --git a/bcal/bcal_xtea.c b/bcal/bcal_xtea.c index 3002f5b..6340262 100644 --- a/bcal/bcal_xtea.c +++ b/bcal/bcal_xtea.c @@ -1,7 +1,7 @@ /* bcal_xtea.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file bcal_xtea.c - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2009-01-09 * \license GPLv3 or later diff --git a/bcal/bcal_xtea.h b/bcal/bcal_xtea.h index 461de84..db8f493 100644 --- a/bcal/bcal_xtea.h +++ b/bcal/bcal_xtea.h @@ -1,7 +1,7 @@ /* bcal_xtea.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file bcal_xtea.h - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2009-01-09 * \license GPLv3 or later diff --git a/bigint/bigint-stub.c b/bigint/bigint-stub.c index 1a67559..46e420f 100644 --- a/bigint/bigint-stub.c +++ b/bigint/bigint-stub.c @@ -1,7 +1,7 @@ /* bigint.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/bigint/bigint.c b/bigint/bigint.c index 7ac550b..676f149 100644 --- a/bigint/bigint.c +++ b/bigint/bigint.c @@ -1,7 +1,7 @@ /* bigint.c */ /* This file is part of the ARM-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/bigint/bigint.h b/bigint/bigint.h index 6545928..0ae129c 100644 --- a/bigint/bigint.h +++ b/bigint/bigint.h @@ -1,7 +1,7 @@ /* bigint.h */ /* This file is part of the ARM-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/bigint/bigint_add_u.S b/bigint/bigint_add_u.S index 5c75899..cbdb2d7 100644 --- a/bigint/bigint_add_u.S +++ b/bigint/bigint_add_u.S @@ -1,7 +1,7 @@ /* bigint_add_u.S */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2010 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -19,7 +19,7 @@ /** * \file bigint_add_u.S - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2010-03-01 * \license GPLv3 or later diff --git a/bigint/bigint_adjust.S b/bigint/bigint_adjust.S index 5bdfcca..b5079b7 100644 --- a/bigint/bigint_adjust.S +++ b/bigint/bigint_adjust.S @@ -1,7 +1,7 @@ /* bigint_adjust.S */ /* This file is part of the ARM-Crypto-Lib. - Copyright (C) 2006-2010 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/bigint/bigint_asm.S b/bigint/bigint_asm.S index 1fe05cb..c926057 100644 --- a/bigint/bigint_asm.S +++ b/bigint/bigint_asm.S @@ -1,7 +1,7 @@ /* bigint_asm.S */ /* This file is part of the ARM-Crypto-Lib. - Copyright (C) 2006-2010 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/bigint/bigint_io.c b/bigint/bigint_io.c index 44917b4..a188c34 100644 --- a/bigint/bigint_io.c +++ b/bigint/bigint_io.c @@ -1,7 +1,7 @@ /* bigint_io.c */ /* This file is part of the ARM-Crypto-Lib. - Copyright (C) 2010 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/bigint/bigint_io.h b/bigint/bigint_io.h index 2187ffe..4ac8cc2 100644 --- a/bigint/bigint_io.h +++ b/bigint/bigint_io.h @@ -1,7 +1,7 @@ /* bigint_io.h */ /* This file is part of the ARM-Crypto-Lib. - Copyright (C) 2010 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/bigint2/bigint2.h b/bigint2/bigint2.h index 4bd9421..1f4e2e4 100644 --- a/bigint2/bigint2.h +++ b/bigint2/bigint2.h @@ -1,7 +1,7 @@ /* bigint2.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2014 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/bigint2/bigint2_io.c b/bigint2/bigint2_io.c index f347688..1d48f82 100644 --- a/bigint2/bigint2_io.c +++ b/bigint2/bigint2_io.c @@ -1,7 +1,7 @@ /* bigint_io.c */ /* This file is part of the ARM-Crypto-Lib. - Copyright (C) 2010 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/bigint2/bigint2_io.h b/bigint2/bigint2_io.h index 54f8f2c..42b2f61 100644 --- a/bigint2/bigint2_io.h +++ b/bigint2/bigint2_io.h @@ -1,7 +1,7 @@ /* bigint_io.h */ /* This file is part of the ARM-Crypto-Lib. - Copyright (C) 2010 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/blake/blake_common.c b/blake/blake_common.c index a731bc0..673ff06 100644 --- a/blake/blake_common.c +++ b/blake/blake_common.c @@ -1,7 +1,7 @@ /* blake_common.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2009 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -19,7 +19,7 @@ /* * \file blake_common.c * \author Daniel Otte - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \date 2009-05-08 * \license GPLv3 or later * diff --git a/blake/blake_common.h b/blake/blake_common.h index 6d6e2b3..293314d 100644 --- a/blake/blake_common.h +++ b/blake/blake_common.h @@ -1,7 +1,7 @@ /* blake_common.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2009 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -19,7 +19,7 @@ /* * \file blake_common.h * \author Daniel Otte - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \date 2009-05-08 * \license GPLv3 or later * diff --git a/blake/blake_large.c b/blake/blake_large.c index b6cf81f..cd9c258 100644 --- a/blake/blake_large.c +++ b/blake/blake_large.c @@ -1,7 +1,7 @@ /* blake_large.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2009 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -19,7 +19,7 @@ /* * \file blake_large.c * \author Daniel Otte - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \date 2009-05-08 * \license GPLv3 or later * diff --git a/blake/blake_large.h b/blake/blake_large.h index 1427a51..0034051 100644 --- a/blake/blake_large.h +++ b/blake/blake_large.h @@ -1,7 +1,7 @@ /* blake_large.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2009 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -19,7 +19,7 @@ /* * \file blake_large.h * \author Daniel Otte - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \date 2009-05-08 * \license GPLv3 or later * diff --git a/blake/blake_small.c b/blake/blake_small.c index 52ac3f6..bd6dcb7 100644 --- a/blake/blake_small.c +++ b/blake/blake_small.c @@ -1,7 +1,7 @@ /* blake_small.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2009 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -19,7 +19,7 @@ /* * \file blake_small.c * \author Daniel Otte - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \date 2009-05-04 * \license GPLv3 or later * diff --git a/blake/blake_small.h b/blake/blake_small.h index ed38b75..d9cf4b7 100644 --- a/blake/blake_small.h +++ b/blake/blake_small.h @@ -1,7 +1,7 @@ /* blake_small.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2009 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -19,7 +19,7 @@ /* * \file blake_small.h * \author Daniel Otte - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \date 2009-04-27 * \license GPLv3 or later * diff --git a/blockcipher_descriptor.h b/blockcipher_descriptor.h index 33a9ba3..6e1f64f 100644 --- a/blockcipher_descriptor.h +++ b/blockcipher_descriptor.h @@ -1,7 +1,7 @@ /* blockcipher_descriptor.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/bmw/bmw_224-tinyasm.S b/bmw/bmw_224-tinyasm.S index 8f4c1f6..5d5841d 100644 --- a/bmw/bmw_224-tinyasm.S +++ b/bmw/bmw_224-tinyasm.S @@ -1,7 +1,7 @@ /* bmw_small-tinyasm.S */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2009 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/bmw/bmw_256-tinyasm.S b/bmw/bmw_256-tinyasm.S index fbef469..a8217e6 100644 --- a/bmw/bmw_256-tinyasm.S +++ b/bmw/bmw_256-tinyasm.S @@ -1,7 +1,7 @@ /* bmw_small-tinyasm.S */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2009 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/bmw/bmw_large.c b/bmw/bmw_large.c index d247273..1bae63f 100644 --- a/bmw/bmw_large.c +++ b/bmw/bmw_large.c @@ -1,7 +1,7 @@ /* bmw_large.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2009 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -19,7 +19,7 @@ /* * \file bmw_large.c * \author Daniel Otte - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \date 2009-04-27 * \license GPLv3 or later * diff --git a/bmw/bmw_large.h b/bmw/bmw_large.h index 9df8d71..6fd11f2 100644 --- a/bmw/bmw_large.h +++ b/bmw/bmw_large.h @@ -1,7 +1,7 @@ /* bmw_large.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2009 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -19,7 +19,7 @@ /* * \file bmw_large.h * \author Daniel Otte - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \date 2009-04-27 * \license GPLv3 or later * diff --git a/bmw/bmw_small-asm.S b/bmw/bmw_small-asm.S index e8902e1..03f1ba5 100644 --- a/bmw/bmw_small-asm.S +++ b/bmw/bmw_small-asm.S @@ -1,7 +1,7 @@ /* bmw_small-asm.S */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2009 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/bmw/bmw_small-tinyasm.S b/bmw/bmw_small-tinyasm.S index ad4ee95..04dea66 100644 --- a/bmw/bmw_small-tinyasm.S +++ b/bmw/bmw_small-tinyasm.S @@ -1,7 +1,7 @@ /* bmw_small-tinyasm.S */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2009 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/bmw/bmw_small.c b/bmw/bmw_small.c index b807e15..f2bc228 100644 --- a/bmw/bmw_small.c +++ b/bmw/bmw_small.c @@ -1,7 +1,7 @@ /* bmw_small.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2009 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -19,7 +19,7 @@ /* * \file bmw_small.c * \author Daniel Otte - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \date 2009-04-27 * \license GPLv3 or later * diff --git a/bmw/bmw_small.h b/bmw/bmw_small.h index 4f87508..d4cbe70 100644 --- a/bmw/bmw_small.h +++ b/bmw/bmw_small.h @@ -1,7 +1,7 @@ /* bmw_small.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2009 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -19,7 +19,7 @@ /* * \file bmw_small.h * \author Daniel Otte - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \date 2009-04-27 * \license GPLv3 or later * diff --git a/camellia/camellia-asm.S b/camellia/camellia-asm.S index 621bd7e..4ab4029 100644 --- a/camellia/camellia-asm.S +++ b/camellia/camellia-asm.S @@ -1,7 +1,7 @@ /* camellia-asm.S */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/camellia/camellia.h b/camellia/camellia.h index b591fe2..28424a3 100644 --- a/camellia/camellia.h +++ b/camellia/camellia.h @@ -1,7 +1,7 @@ /* camellia.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/camellia/camellia128-stub.c b/camellia/camellia128-stub.c index 5de2a60..c0c0546 100644 --- a/camellia/camellia128-stub.c +++ b/camellia/camellia128-stub.c @@ -1,7 +1,7 @@ /* camellia128-stub.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/camellia/camellia_C.c b/camellia/camellia_C.c index 5e09701..ca63474 100644 --- a/camellia/camellia_C.c +++ b/camellia/camellia_C.c @@ -1,7 +1,7 @@ /* camellia_C.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/cast5/cast5-sbox.c b/cast5/cast5-sbox.c index be518f7..e0c2122 100644 --- a/cast5/cast5-sbox.c +++ b/cast5/cast5-sbox.c @@ -1,7 +1,7 @@ /* cast5-sbox.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/cast5/cast5-sbox.h b/cast5/cast5-sbox.h index ca4519f..b31a63d 100644 --- a/cast5/cast5-sbox.h +++ b/cast5/cast5-sbox.h @@ -1,7 +1,7 @@ /* cast5-sbox.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/cast5/cast5.c b/cast5/cast5.c index dce9771..4cf5c65 100644 --- a/cast5/cast5.c +++ b/cast5/cast5.c @@ -1,7 +1,7 @@ /* cast5.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -19,7 +19,7 @@ /* * \file cast5.c * \author Daniel Otte - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \date 2006-07-26 * \par License: * GPLv3 or later diff --git a/cast5/cast5.h b/cast5/cast5.h index 4d04e19..d3cf02b 100644 --- a/cast5/cast5.h +++ b/cast5/cast5.h @@ -1,7 +1,7 @@ /* cast5.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/cast6/cast6-sbox.c b/cast6/cast6-sbox.c index 36ebb23..afb1ddb 100644 --- a/cast6/cast6-sbox.c +++ b/cast6/cast6-sbox.c @@ -1,7 +1,7 @@ /* cast6-sbox.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/cast6/cast6-sbox.h b/cast6/cast6-sbox.h index 0b2f2d3..b801fa8 100644 --- a/cast6/cast6-sbox.h +++ b/cast6/cast6-sbox.h @@ -1,7 +1,7 @@ /* cast6-sbox.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/cscipher/cscipher.h b/cscipher/cscipher.h index 7ca5b24..ba57933 100644 --- a/cscipher/cscipher.h +++ b/cscipher/cscipher.h @@ -1,7 +1,7 @@ /* cscipher.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2010 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/cscipher/cscipher_sbox.c b/cscipher/cscipher_sbox.c index c1c3fa4..a30ac03 100644 --- a/cscipher/cscipher_sbox.c +++ b/cscipher/cscipher_sbox.c @@ -1,7 +1,7 @@ /* cscipher_sbox.c */ /* This file is part of the AVM-Crypto-Lib. - Copyright (C) 2006-2010 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/cscipher/cscipher_sbox.h b/cscipher/cscipher_sbox.h index a1e00bc..499d66e 100644 --- a/cscipher/cscipher_sbox.h +++ b/cscipher/cscipher_sbox.h @@ -1,7 +1,7 @@ /* cscipher_sbox.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2010 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/cscipher/cscipher_small.c b/cscipher/cscipher_small.c index b15c723..cda1230 100644 --- a/cscipher/cscipher_small.c +++ b/cscipher/cscipher_small.c @@ -1,7 +1,7 @@ /* cscipher_small_core.c */ /* This file is part of the ARM-Crypto-Lib. - Copyright (C) 2006-2010 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/cscipher/cscipher_tiny_asm.S b/cscipher/cscipher_tiny_asm.S index 2a4b1b1..f912bf6 100644 --- a/cscipher/cscipher_tiny_asm.S +++ b/cscipher/cscipher_tiny_asm.S @@ -1,7 +1,7 @@ /* cscipher_tiny_asm.S */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2006-2010 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/cubehash/cubehash.c b/cubehash/cubehash.c index 8441ac3..4a69638 100644 --- a/cubehash/cubehash.c +++ b/cubehash/cubehash.c @@ -1,7 +1,7 @@ /* cubehash.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file cubehash.c - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2010-02-20 * \license GPLv3 or later diff --git a/cubehash/cubehash.h b/cubehash/cubehash.h index 6f1834c..a9f9d46 100644 --- a/cubehash/cubehash.h +++ b/cubehash/cubehash.h @@ -1,7 +1,7 @@ /* cubehash.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2010 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/cubehash/cubehash_rotates.S b/cubehash/cubehash_rotates.S index 01c228d..3fb88c7 100644 --- a/cubehash/cubehash_rotates.S +++ b/cubehash/cubehash_rotates.S @@ -1,7 +1,7 @@ /* cubehash_rotates.S */ /* This file is part of the ARM-Crypto-Lib. - Copyright (C) 2006-2010 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/cubehash/cubehash_rotates.h b/cubehash/cubehash_rotates.h index aa13f5f..abdc19a 100644 --- a/cubehash/cubehash_rotates.h +++ b/cubehash/cubehash_rotates.h @@ -1,7 +1,7 @@ /* cubehash_rotates.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2010 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/cubehash/xchg.S b/cubehash/xchg.S index 7e13447..80136e2 100644 --- a/cubehash/xchg.S +++ b/cubehash/xchg.S @@ -1,7 +1,7 @@ /* xchg.S */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2006-2010 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/cubehash/xchg.h b/cubehash/xchg.h index 843bf87..8128342 100644 --- a/cubehash/xchg.h +++ b/cubehash/xchg.h @@ -1,7 +1,7 @@ /* xchg.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2010 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/debug.h b/debug.h index a3d13b7..eb0bf1e 100644 --- a/debug.h +++ b/debug.h @@ -1,7 +1,7 @@ /* debug.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/des/des.c b/des/des.c index aa076e4..f8a9835 100644 --- a/des/des.c +++ b/des/des.c @@ -1,7 +1,7 @@ /* des.c */ /* This file is part of the ARM-Crypto-Lib. - Copyright (C) 2006-2010 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -19,7 +19,7 @@ /** * \file des.c * \author Daniel Otte - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \date 2007-06-16 * \brief DES and EDE-DES implementation * \license GPLv3 or later diff --git a/des/des.h b/des/des.h index 469e493..1e828ba 100644 --- a/des/des.h +++ b/des/des.h @@ -1,7 +1,7 @@ /* des.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/dsa/dsa.h b/dsa/dsa.h index 69fa32d..c882f82 100644 --- a/dsa/dsa.h +++ b/dsa/dsa.h @@ -1,7 +1,7 @@ /* dsa.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2010 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/dsa/dsa_key_blob.c b/dsa/dsa_key_blob.c index f7c7916..a46020c 100644 --- a/dsa/dsa_key_blob.c +++ b/dsa/dsa_key_blob.c @@ -1,7 +1,7 @@ /* dsa_key_blob.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2010 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/dsa/dsa_key_blob.h b/dsa/dsa_key_blob.h index 95d295c..579760a 100644 --- a/dsa/dsa_key_blob.h +++ b/dsa/dsa_key_blob.h @@ -1,7 +1,7 @@ /* dsa_key_blob.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2010 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/dsa/dsa_sign.c b/dsa/dsa_sign.c index b13ec45..b013f46 100644 --- a/dsa/dsa_sign.c +++ b/dsa/dsa_sign.c @@ -1,7 +1,7 @@ /* dsa_sign.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2010 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/dsa/dsa_verify.c b/dsa/dsa_verify.c index 3941a2b..f7a588a 100644 --- a/dsa/dsa_verify.c +++ b/dsa/dsa_verify.c @@ -1,7 +1,7 @@ /* dsa_verify.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2010 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/ecdsa/ecc.h b/ecdsa/ecc.h index 652b50a..df613f6 100644 --- a/ecdsa/ecc.h +++ b/ecdsa/ecc.h @@ -1,7 +1,7 @@ /* ecc.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2012 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/ecdsa/ecc_chudnovsky.c b/ecdsa/ecc_chudnovsky.c index 894125b..a9ed4a7 100644 --- a/ecdsa/ecc_chudnovsky.c +++ b/ecdsa/ecc_chudnovsky.c @@ -1,7 +1,7 @@ /* ecc_chudnovsky.c */ /* This file is part of the ARM-Crypto-Lib. - Copyright (C) 2006-2012 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/ecdsa/ecdsa.h b/ecdsa/ecdsa.h index 4f56711..8715a3d 100644 --- a/ecdsa/ecdsa.h +++ b/ecdsa/ecdsa.h @@ -1,7 +1,7 @@ /* ecdsa.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2012 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/ecdsa/ecdsa_sign.c b/ecdsa/ecdsa_sign.c index bd5ff90..217da03 100644 --- a/ecdsa/ecdsa_sign.c +++ b/ecdsa/ecdsa_sign.c @@ -1,7 +1,7 @@ /* ecdsa.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2006-2012 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/ecdsa/ecdsa_sign.h b/ecdsa/ecdsa_sign.h index 099d48f..d569820 100644 --- a/ecdsa/ecdsa_sign.h +++ b/ecdsa/ecdsa_sign.h @@ -1,7 +1,7 @@ /* ecdsa_sign.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2012 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/ecdsa/nist_p192.c b/ecdsa/nist_p192.c index 3045762..7e8d929 100644 --- a/ecdsa/nist_p192.c +++ b/ecdsa/nist_p192.c @@ -1,7 +1,7 @@ /* p192.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2006-2012 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/ecdsa/nist_p192.h b/ecdsa/nist_p192.h index 16a9c23..d10b270 100644 --- a/ecdsa/nist_p192.h +++ b/ecdsa/nist_p192.h @@ -1,7 +1,7 @@ /* nist_p192.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2012 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/ecdsa/random_dummy.c b/ecdsa/random_dummy.c index 70a29df..a210568 100644 --- a/ecdsa/random_dummy.c +++ b/ecdsa/random_dummy.c @@ -1,7 +1,7 @@ /* random_dummy.c */ /* This file is part of the ARM-Crypto-Lib. - Copyright (C) 2006-2011 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/ecdsa/random_dummy.h b/ecdsa/random_dummy.h index 937d5de..a61f26d 100644 --- a/ecdsa/random_dummy.h +++ b/ecdsa/random_dummy.h @@ -1,7 +1,7 @@ /* random.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2011 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/echo/aes_enc_round-asm.S b/echo/aes_enc_round-asm.S index 2069419..7ed9119 100644 --- a/echo/aes_enc_round-asm.S +++ b/echo/aes_enc_round-asm.S @@ -1,7 +1,7 @@ /* aes_enc-asm.S */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008, 2009 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file aes_enc-asm.S - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2009-01-10 * \license GPLv3 or later diff --git a/echo/aes_enc_round.h b/echo/aes_enc_round.h index ccbf04e..4b4135a 100644 --- a/echo/aes_enc_round.h +++ b/echo/aes_enc_round.h @@ -1,7 +1,7 @@ /* aes_enc_round.h */ /* This file is part of the ARM-Crypto-Lib. - Copyright (C) 2010 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/echo/echo.c b/echo/echo.c index 43703d7..2037dc8 100644 --- a/echo/echo.c +++ b/echo/echo.c @@ -1,7 +1,7 @@ /* echo.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2010 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/echo/echo.h b/echo/echo.h index 179564f..6255a4c 100644 --- a/echo/echo.h +++ b/echo/echo.h @@ -1,7 +1,7 @@ /* echo.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2010 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/entropium/entropium.c b/entropium/entropium.c index 182cd2f..daeaa13 100644 --- a/entropium/entropium.c +++ b/entropium/entropium.c @@ -1,7 +1,7 @@ /* entropium.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -19,7 +19,7 @@ /** * \file entropium.c * \author Daniel Otte - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \date 2006-05-17 * \license GPLv3 or later * \brief This file contains an implementaition of a pseudo-random-number generator. diff --git a/entropium/entropium.h b/entropium/entropium.h index ef78ce6..a8cbdb2 100644 --- a/entropium/entropium.h +++ b/entropium/entropium.h @@ -1,7 +1,7 @@ /* entropium.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gcm/gcm128.c b/gcm/gcm128.c index 9fa6b63..73c1b91 100644 --- a/gcm/gcm128.c +++ b/gcm/gcm128.c @@ -1,7 +1,7 @@ /* gcm128.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2006-2015 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gcm/gcm128.h b/gcm/gcm128.h index 755b75a..1617377 100644 --- a/gcm/gcm128.h +++ b/gcm/gcm128.h @@ -1,7 +1,7 @@ /* gcm128.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2015 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -24,7 +24,7 @@ /* gcm128.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2006-2015 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gf256mul/gf256mul.S b/gf256mul/gf256mul.S index d202d84..36991ae 100644 --- a/gf256mul/gf256mul.S +++ b/gf256mul/gf256mul.S @@ -1,7 +1,7 @@ /* gf256mul.S */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gf256mul/gf256mul.h b/gf256mul/gf256mul.h index 87f1cb3..5ad8a65 100644 --- a/gf256mul/gf256mul.h +++ b/gf256mul/gf256mul.h @@ -1,7 +1,7 @@ /* gf256mul.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -21,7 +21,7 @@ /** * \author Daniel Otte - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \date 2008-12-19 * \license GPLv3 * \brief diff --git a/grain/grain.c b/grain/grain.c index fc8c7f7..fc86ebf 100644 --- a/grain/grain.c +++ b/grain/grain.c @@ -1,7 +1,7 @@ /* grain.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -19,7 +19,7 @@ /** * * author: Daniel Otte - * email: daniel.otte@rub.de + * email: bg@nerilex.org * license: GPLv3 or later * */ diff --git a/grain/grain.h b/grain/grain.h index a8b73f9..3a70152 100644 --- a/grain/grain.h +++ b/grain/grain.h @@ -1,7 +1,7 @@ /* grain.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -19,7 +19,7 @@ /** \file grain.h * \author Daniel Otte - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \license GPLv3 or later * \brief implementation of the Grain streamcipher */ diff --git a/groestl/groestl_large.c b/groestl/groestl_large.c index 972a956..2807199 100644 --- a/groestl/groestl_large.c +++ b/groestl/groestl_large.c @@ -1,7 +1,7 @@ /* groestl_large.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2009 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -19,7 +19,7 @@ /* * \file groestl_large.c * \author Daniel Otte - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \date 2009-06-11 * \license GPLv3 or later * diff --git a/groestl/groestl_large.h b/groestl/groestl_large.h index cedc280..649367b 100644 --- a/groestl/groestl_large.h +++ b/groestl/groestl_large.h @@ -1,7 +1,7 @@ /* groestl_large.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2009 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -19,7 +19,7 @@ /* * \file groestl_large.h * \author Daniel Otte - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \date 2009-05-19 * \license GPLv3 or later * diff --git a/groestl/groestl_small.c b/groestl/groestl_small.c index 0b66505..5e579a3 100644 --- a/groestl/groestl_small.c +++ b/groestl/groestl_small.c @@ -1,7 +1,7 @@ /* groestl_small.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2009 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -19,7 +19,7 @@ /* * \file groestl_small.c * \author Daniel Otte - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \date 2009-05-19 * \license GPLv3 or later * diff --git a/groestl/groestl_small.h b/groestl/groestl_small.h index 652684a..2b158d6 100644 --- a/groestl/groestl_small.h +++ b/groestl/groestl_small.h @@ -1,7 +1,7 @@ /* groestl_small.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2009 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -19,7 +19,7 @@ /* * \file groestl_small.h * \author Daniel Otte - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \date 2009-05-19 * \license GPLv3 or later * diff --git a/hfal/hfal-basic.c b/hfal/hfal-basic.c index 5741df1..428c4ad 100644 --- a/hfal/hfal-basic.c +++ b/hfal/hfal-basic.c @@ -1,7 +1,7 @@ /* hfal-basic.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2009 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/hfal/hfal-basic.h b/hfal/hfal-basic.h index e1651f8..83e83bc 100644 --- a/hfal/hfal-basic.h +++ b/hfal/hfal-basic.h @@ -1,7 +1,7 @@ /* hfal-basic.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2009 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/hfal/hfal-hmac.c b/hfal/hfal-hmac.c index 2bc7942..f8054b7 100644 --- a/hfal/hfal-hmac.c +++ b/hfal/hfal-hmac.c @@ -1,7 +1,7 @@ /* hfal-hmac.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2009 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/hfal/hfal-hmac.h b/hfal/hfal-hmac.h index 4b70b99..62bfca0 100644 --- a/hfal/hfal-hmac.h +++ b/hfal/hfal-hmac.h @@ -1,7 +1,7 @@ /* hfal-hmac.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2009 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/hfal/hfal-nessie.c b/hfal/hfal-nessie.c index 3e0c023..1115e66 100644 --- a/hfal/hfal-nessie.c +++ b/hfal/hfal-nessie.c @@ -1,7 +1,7 @@ /* hfal-nessie.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2009 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -19,7 +19,7 @@ /* * \file hfal-nessie.c * \author Daniel Otte - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \date 2009-05-10 * \license GPLv3 or later * diff --git a/hfal/hfal-nessie.h b/hfal/hfal-nessie.h index 1807dc9..32f9b81 100644 --- a/hfal/hfal-nessie.h +++ b/hfal/hfal-nessie.h @@ -1,7 +1,7 @@ /* hfal-nessie.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2009 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -19,7 +19,7 @@ /* * \file hfal-nessie.h * \author Daniel Otte - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \date 2009-05-10 * \license GPLv3 or later * diff --git a/hfal/hfal-performance.c b/hfal/hfal-performance.c index d3cd008..7f5dd2b 100644 --- a/hfal/hfal-performance.c +++ b/hfal/hfal-performance.c @@ -1,7 +1,7 @@ /* hfal-performance.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2009 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -19,7 +19,7 @@ /* * \file hfal-performance.c * \author Daniel Otte - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \date 2009-05-10 * \license GPLv3 or later * diff --git a/hfal/hfal-performance.h b/hfal/hfal-performance.h index b65f6ee..d196930 100644 --- a/hfal/hfal-performance.h +++ b/hfal/hfal-performance.h @@ -1,7 +1,7 @@ /* hfal-performance.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2009 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -19,7 +19,7 @@ /* * \file hfal-performance.h * \author Daniel Otte - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \date 2009-05-10 * \license GPLv3 or later * diff --git a/hfal/hfal-test.c b/hfal/hfal-test.c index c71a7a3..a9b0598 100644 --- a/hfal/hfal-test.c +++ b/hfal/hfal-test.c @@ -1,7 +1,7 @@ /* hfal-test.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2009 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -19,7 +19,7 @@ /* * \file hfal-test.c * \author Daniel Otte - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \date 2009-05-10 * \license GPLv3 or later * diff --git a/hfal/hfal-test.h b/hfal/hfal-test.h index 95a63f3..a082aff 100644 --- a/hfal/hfal-test.h +++ b/hfal/hfal-test.h @@ -1,7 +1,7 @@ /* hfal-test.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2009 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -19,7 +19,7 @@ /* * \file hfal-test.h * \author Daniel Otte - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \date 2009-05-10 * \license GPLv3 or later * diff --git a/hfal/hfal_blake_large.c b/hfal/hfal_blake_large.c index 38183eb..6c2706e 100644 --- a/hfal/hfal_blake_large.c +++ b/hfal/hfal_blake_large.c @@ -1,7 +1,7 @@ /* hfal_blake_large.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file hfal_blake_large.c - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2009-05-08 * \license GPLv3 or later diff --git a/hfal/hfal_blake_large.h b/hfal/hfal_blake_large.h index 218a703..9596cda 100644 --- a/hfal/hfal_blake_large.h +++ b/hfal/hfal_blake_large.h @@ -1,7 +1,7 @@ /* hfal_blake_large.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file hfal_blake_large.h - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2009-05-08 * \license GPLv3 or later diff --git a/hfal/hfal_blake_small.c b/hfal/hfal_blake_small.c index b53b450..0cb0ca9 100644 --- a/hfal/hfal_blake_small.c +++ b/hfal/hfal_blake_small.c @@ -1,7 +1,7 @@ /* hfal_blake_small.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2009 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file hfal_blake_small.c - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2009-05-05 * \license GPLv3 or later diff --git a/hfal/hfal_blake_small.h b/hfal/hfal_blake_small.h index 6e0f78b..6aec7c1 100644 --- a/hfal/hfal_blake_small.h +++ b/hfal/hfal_blake_small.h @@ -1,7 +1,7 @@ /* hfal_blake_small.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file hfal_blake_small.h - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2009-05-05 * \license GPLv3 or later diff --git a/hfal/hfal_bmw_large.c b/hfal/hfal_bmw_large.c index 7497362..a59b734 100644 --- a/hfal/hfal_bmw_large.c +++ b/hfal/hfal_bmw_large.c @@ -1,7 +1,7 @@ /* hfal_bmw_large.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file hfal_bmw_large.c - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2009-04-28 * \license GPLv3 or later diff --git a/hfal/hfal_bmw_large.h b/hfal/hfal_bmw_large.h index 667087e..5e184f0 100644 --- a/hfal/hfal_bmw_large.h +++ b/hfal/hfal_bmw_large.h @@ -1,7 +1,7 @@ /* hfal_bmw_large.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file hfal_bmw_large.h - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2009-04-28 * \license GPLv3 or later diff --git a/hfal/hfal_bmw_small.c b/hfal/hfal_bmw_small.c index e87b239..cdeae2c 100644 --- a/hfal/hfal_bmw_small.c +++ b/hfal/hfal_bmw_small.c @@ -1,7 +1,7 @@ /* hfal_bmw_small.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file hfal_bmw_small.c - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2009-04-28 * \license GPLv3 or later diff --git a/hfal/hfal_bmw_small.h b/hfal/hfal_bmw_small.h index 1ca350e..dc7442f 100644 --- a/hfal/hfal_bmw_small.h +++ b/hfal/hfal_bmw_small.h @@ -1,7 +1,7 @@ /* hfal_bmw_small.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file hfal_bmw_small.h - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2009-04-28 * \license GPLv3 or later diff --git a/hfal/hfal_cubehash.c b/hfal/hfal_cubehash.c index f393cec..7d29a44 100644 --- a/hfal/hfal_cubehash.c +++ b/hfal/hfal_cubehash.c @@ -1,7 +1,7 @@ /* hfal_cubehash.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2010 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file hfal_cubehash.c - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2010-02-09 * \license GPLv3 or later diff --git a/hfal/hfal_cubehash.h b/hfal/hfal_cubehash.h index cd46625..6d7b697 100644 --- a/hfal/hfal_cubehash.h +++ b/hfal/hfal_cubehash.h @@ -1,7 +1,7 @@ /* hfal_cubehash.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2010 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/hfal/hfal_echo.c b/hfal/hfal_echo.c index 008b688..a4f9693 100644 --- a/hfal/hfal_echo.c +++ b/hfal/hfal_echo.c @@ -1,7 +1,7 @@ /* hfal_echo.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2010 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file hfal_echo.c - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2010-02-21 * \license GPLv3 or later diff --git a/hfal/hfal_echo.h b/hfal/hfal_echo.h index 1e5fa31..e9c9f0f 100644 --- a/hfal/hfal_echo.h +++ b/hfal/hfal_echo.h @@ -1,7 +1,7 @@ /* hfal_echo.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2010 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/hfal/hfal_groestl_large.c b/hfal/hfal_groestl_large.c index c8d9acb..dbb4469 100644 --- a/hfal/hfal_groestl_large.c +++ b/hfal/hfal_groestl_large.c @@ -1,7 +1,7 @@ /* hfal_groestl_large.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2009 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file hfal_groestl_large.c - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2009-05-05 * \license GPLv3 or later diff --git a/hfal/hfal_groestl_large.h b/hfal/hfal_groestl_large.h index 6b50db1..fb50b7e 100644 --- a/hfal/hfal_groestl_large.h +++ b/hfal/hfal_groestl_large.h @@ -1,7 +1,7 @@ /* hfal_groestl_large.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file hfal_groestl_large.h - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2009-06-11 * \license GPLv3 or later diff --git a/hfal/hfal_groestl_small.c b/hfal/hfal_groestl_small.c index 27dbf57..9100d5f 100644 --- a/hfal/hfal_groestl_small.c +++ b/hfal/hfal_groestl_small.c @@ -1,7 +1,7 @@ /* hfal_groestl_small.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2009 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file hfal_groestl_small.c - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2009-05-05 * \license GPLv3 or later diff --git a/hfal/hfal_groestl_small.h b/hfal/hfal_groestl_small.h index deb7796..188f05d 100644 --- a/hfal/hfal_groestl_small.h +++ b/hfal/hfal_groestl_small.h @@ -1,7 +1,7 @@ /* hfal_groestl_small.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file hfal_groestl_small.h - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2009-05-05 * \license GPLv3 or later diff --git a/hfal/hfal_jh.c b/hfal/hfal_jh.c index f021caa..643034f 100644 --- a/hfal/hfal_jh.c +++ b/hfal/hfal_jh.c @@ -1,7 +1,7 @@ /* hfal_jh.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2010 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file hfal_jh.c - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2010-12-16 * \license GPLv3 or later diff --git a/hfal/hfal_jh.h b/hfal/hfal_jh.h index cd966a4..3859f80 100644 --- a/hfal/hfal_jh.h +++ b/hfal/hfal_jh.h @@ -1,7 +1,7 @@ /* hfal_jh.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2010 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/hfal/hfal_keccak.c b/hfal/hfal_keccak.c index 2f50bbb..5a89014 100644 --- a/hfal/hfal_keccak.c +++ b/hfal/hfal_keccak.c @@ -1,7 +1,7 @@ /* hfal_keccak.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file hfal_keccak.c - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2010-02-09 * \license GPLv3 or later diff --git a/hfal/hfal_keccak.h b/hfal/hfal_keccak.h index 662c6e3..523766b 100644 --- a/hfal/hfal_keccak.h +++ b/hfal/hfal_keccak.h @@ -1,7 +1,7 @@ /* hfal_keccak.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file hfal_keccak.h - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2010-02-09 * \license GPLv3 or later diff --git a/hfal/hfal_md5.c b/hfal/hfal_md5.c index 0ccee60..8789ac1 100644 --- a/hfal/hfal_md5.c +++ b/hfal/hfal_md5.c @@ -1,7 +1,7 @@ /* hfal_md5.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file hfal_md5.c - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2009-02-09 * \license GPLv3 or later diff --git a/hfal/hfal_md5.h b/hfal/hfal_md5.h index 1c4d529..2b69b37 100644 --- a/hfal/hfal_md5.h +++ b/hfal/hfal_md5.h @@ -1,7 +1,7 @@ /* hfal_md5.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file hfal_md5.h - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2009-02-09 * \license GPLv3 or later diff --git a/hfal/hfal_sha1.c b/hfal/hfal_sha1.c index 04023e7..a314267 100644 --- a/hfal/hfal_sha1.c +++ b/hfal/hfal_sha1.c @@ -1,7 +1,7 @@ /* hfal_sha1.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file hfal_sha1.c - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2009-02-04 * \license GPLv3 or later diff --git a/hfal/hfal_sha1.h b/hfal/hfal_sha1.h index d39e460..e8c44e7 100644 --- a/hfal/hfal_sha1.h +++ b/hfal/hfal_sha1.h @@ -1,7 +1,7 @@ /* hfal_sha1.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file hfal_sha1.h - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2009-02-04 * \license GPLv3 or later diff --git a/hfal/hfal_sha224.c b/hfal/hfal_sha224.c index 4ceeea1..147d627 100644 --- a/hfal/hfal_sha224.c +++ b/hfal/hfal_sha224.c @@ -1,7 +1,7 @@ /* hfal_sha224.c */ /* This file is part of the ARM-Crypto-Lib. - Copyright (C) 2011 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file hfal_sha224.c - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2011-10-11 * \license GPLv3 or later diff --git a/hfal/hfal_sha224.h b/hfal/hfal_sha224.h index 0551058..39bb165 100644 --- a/hfal/hfal_sha224.h +++ b/hfal/hfal_sha224.h @@ -1,7 +1,7 @@ /* hfal_sha224.h */ /* This file is part of the ARM-Crypto-Lib. - Copyright (C) 2011 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file hfal_sha224.h - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2011-10-11 * \license GPLv3 or later diff --git a/hfal/hfal_sha256.c b/hfal/hfal_sha256.c index 0ae65c4..d8ef1d0 100644 --- a/hfal/hfal_sha256.c +++ b/hfal/hfal_sha256.c @@ -1,7 +1,7 @@ /* hfal_sha256.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file hfal_sha256.c - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2009-02-04 * \license GPLv3 or later diff --git a/hfal/hfal_sha256.h b/hfal/hfal_sha256.h index bf308a5..1e3e590 100644 --- a/hfal/hfal_sha256.h +++ b/hfal/hfal_sha256.h @@ -1,7 +1,7 @@ /* hfal_sha256.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file hfal_sha256.h - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2009-02-04 * \license GPLv3 or later diff --git a/hfal/hfal_sha384.c b/hfal/hfal_sha384.c index 1acf8db..4c5fdfd 100644 --- a/hfal/hfal_sha384.c +++ b/hfal/hfal_sha384.c @@ -1,7 +1,7 @@ /* hfal_sha384.c */ /* This file is part of the ARM-Crypto-Lib. - Copyright (C) 2011 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file hfal_sha384.c - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2011-10-07 * \license GPLv3 or later diff --git a/hfal/hfal_sha384.h b/hfal/hfal_sha384.h index 96f5f27..7091531 100644 --- a/hfal/hfal_sha384.h +++ b/hfal/hfal_sha384.h @@ -1,7 +1,7 @@ /* hfal_sha384.h */ /* This file is part of the ARM-Crypto-Lib. - Copyright (C) 2011 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file hfal_sha256.h - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2011-10-07 * \license GPLv3 or later diff --git a/hfal/hfal_sha512.c b/hfal/hfal_sha512.c index b7af23f..1b07085 100644 --- a/hfal/hfal_sha512.c +++ b/hfal/hfal_sha512.c @@ -1,7 +1,7 @@ /* hfal_sha512.c */ /* This file is part of the ARM-Crypto-Lib. - Copyright (C) 2011 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file hfal_sha512.c - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2011-10-07 * \license GPLv3 or later diff --git a/hfal/hfal_sha512.h b/hfal/hfal_sha512.h index 0db9640..b87b1c1 100644 --- a/hfal/hfal_sha512.h +++ b/hfal/hfal_sha512.h @@ -1,7 +1,7 @@ /* hfal_sha512.h */ /* This file is part of the ARM-Crypto-Lib. - Copyright (C) 2011 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file hfal_sha256.h - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2011-10-07 * \license GPLv3 or later diff --git a/hfal/hfal_shabal.c b/hfal/hfal_shabal.c index bacce62..5dfd23b 100644 --- a/hfal/hfal_shabal.c +++ b/hfal/hfal_shabal.c @@ -1,7 +1,7 @@ /* hfal_shabal.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file hfal_shabal.c - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2009-04-20 * \license GPLv3 or later diff --git a/hfal/hfal_shabal.h b/hfal/hfal_shabal.h index 6299519..2df004b 100644 --- a/hfal/hfal_shabal.h +++ b/hfal/hfal_shabal.h @@ -1,7 +1,7 @@ /* hfal_shabal.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file hfal_shabal.h - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2009-04-20 * \license GPLv3 or later diff --git a/hfal/hfal_skein1024.c b/hfal/hfal_skein1024.c index 93d79b2..995cd63 100644 --- a/hfal/hfal_skein1024.c +++ b/hfal/hfal_skein1024.c @@ -1,7 +1,7 @@ /* hfal_skein1024.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file hfal_skein1024.c - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2009-03-13 * \license GPLv3 or later diff --git a/hfal/hfal_skein1024.h b/hfal/hfal_skein1024.h index e2ce083..00e4407 100644 --- a/hfal/hfal_skein1024.h +++ b/hfal/hfal_skein1024.h @@ -1,7 +1,7 @@ /* hfal_skein1024.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file hfal_skein1024.h - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2009-03-13 * \license GPLv3 or later diff --git a/hfal/hfal_skein256.c b/hfal/hfal_skein256.c index 5855108..9e48450 100644 --- a/hfal/hfal_skein256.c +++ b/hfal/hfal_skein256.c @@ -1,7 +1,7 @@ /* hfal_skein256.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file hfal_skein256.c - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2009-03-13 * \license GPLv3 or later diff --git a/hfal/hfal_skein256.h b/hfal/hfal_skein256.h index ae6cf3e..735181f 100644 --- a/hfal/hfal_skein256.h +++ b/hfal/hfal_skein256.h @@ -1,7 +1,7 @@ /* hfal_skein256.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file hfal_skein256.h - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2009-03-13 * \license GPLv3 or later diff --git a/hfal/hfal_skein512.c b/hfal/hfal_skein512.c index 6ed405e..ee076e6 100644 --- a/hfal/hfal_skein512.c +++ b/hfal/hfal_skein512.c @@ -1,7 +1,7 @@ /* hfal_skein512.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file hfal_skein512.c - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2009-03-13 * \license GPLv3 or later diff --git a/hfal/hfal_skein512.h b/hfal/hfal_skein512.h index 52fe48f..ab4991d 100644 --- a/hfal/hfal_skein512.h +++ b/hfal/hfal_skein512.h @@ -1,7 +1,7 @@ /* hfal_skein512.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file hfal_skein512.h - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2009-03-13 * \license GPLv3 or later diff --git a/hfal/hfal_twister224.c b/hfal/hfal_twister224.c index e533c40..15d3c34 100644 --- a/hfal/hfal_twister224.c +++ b/hfal/hfal_twister224.c @@ -1,7 +1,7 @@ /* hfal_twister224.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file hfal_twister224.c - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2009-02-04 * \license GPLv3 or later diff --git a/hfal/hfal_twister224.h b/hfal/hfal_twister224.h index 87926e2..de52aad 100644 --- a/hfal/hfal_twister224.h +++ b/hfal/hfal_twister224.h @@ -1,7 +1,7 @@ /* hfal_twister224.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file hfal_twister224.h - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2009-02-09 * \license GPLv3 or later diff --git a/hfal/hfal_twister256.c b/hfal/hfal_twister256.c index 0507be3..4569c15 100644 --- a/hfal/hfal_twister256.c +++ b/hfal/hfal_twister256.c @@ -1,7 +1,7 @@ /* hfal_twister256.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file hfal_twister256.c - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2009-02-09 * \license GPLv3 or later diff --git a/hfal/hfal_twister256.h b/hfal/hfal_twister256.h index 3c01faa..adbb768 100644 --- a/hfal/hfal_twister256.h +++ b/hfal/hfal_twister256.h @@ -1,7 +1,7 @@ /* hfal_twister256.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file hfal_twister256.h - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2009-02-09 * \license GPLv3 or later diff --git a/hfal/hfal_twister384.c b/hfal/hfal_twister384.c index 888078e..7b52b79 100644 --- a/hfal/hfal_twister384.c +++ b/hfal/hfal_twister384.c @@ -1,7 +1,7 @@ /* hfal_twister384.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file hfal_twister384.c - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2009-02-09 * \license GPLv3 or later diff --git a/hfal/hfal_twister384.h b/hfal/hfal_twister384.h index 93c42cf..0a8e020 100644 --- a/hfal/hfal_twister384.h +++ b/hfal/hfal_twister384.h @@ -1,7 +1,7 @@ /* hfal_twister384.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file hfal_twister384.h - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2009-02-09 * \license GPLv3 or later diff --git a/hfal/hfal_twister512.c b/hfal/hfal_twister512.c index 4f6e7b0..ea2f800 100644 --- a/hfal/hfal_twister512.c +++ b/hfal/hfal_twister512.c @@ -1,7 +1,7 @@ /* hfal_twister512.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file hfal_twister512.c - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2009-02-09 * \license GPLv3 or later diff --git a/hfal/hfal_twister512.h b/hfal/hfal_twister512.h index 937c3d8..076d80c 100644 --- a/hfal/hfal_twister512.h +++ b/hfal/hfal_twister512.h @@ -1,7 +1,7 @@ /* hfal_twister512.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file hfal_twister512.h - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2009-02-09 * \license GPLv3 or later diff --git a/hfal/hfal_whirlpool.c b/hfal/hfal_whirlpool.c index fdeb4e3..41c7117 100644 --- a/hfal/hfal_whirlpool.c +++ b/hfal/hfal_whirlpool.c @@ -1,7 +1,7 @@ /* hfal_whirlpool.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2011 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file hfal_whirlpool.c - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2011-02-04 * \license GPLv3 or later diff --git a/hfal/hfal_whirlpool.h b/hfal/hfal_whirlpool.h index 260d6f6..44522d8 100644 --- a/hfal/hfal_whirlpool.h +++ b/hfal/hfal_whirlpool.h @@ -1,7 +1,7 @@ /* hfal_whirlpool.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2011 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file hfal_whirlpool.h - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2011-02-04 * \license GPLv3 or later diff --git a/hfal/hfal_whirlpool_0.c b/hfal/hfal_whirlpool_0.c index d0cb673..cda2221 100644 --- a/hfal/hfal_whirlpool_0.c +++ b/hfal/hfal_whirlpool_0.c @@ -1,7 +1,7 @@ /* hfal_whirlpool_0.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2011 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file hfal_whirlpool_0.c - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2011-02-04 * \license GPLv3 or later diff --git a/hfal/hfal_whirlpool_0.h b/hfal/hfal_whirlpool_0.h index 96cf6c5..3d20289 100644 --- a/hfal/hfal_whirlpool_0.h +++ b/hfal/hfal_whirlpool_0.h @@ -1,7 +1,7 @@ /* hfal_whirlpool_0.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2011 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file hfal_whirlpool_0.h - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2011-02-04 * \license GPLv3 or later diff --git a/hfal/hfal_whirlpool_t.c b/hfal/hfal_whirlpool_t.c index fd9065c..9bf7a6c 100644 --- a/hfal/hfal_whirlpool_t.c +++ b/hfal/hfal_whirlpool_t.c @@ -1,7 +1,7 @@ /* hfal_whirlpool_t.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2011 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file hfal_whirlpool_t.c - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2011-02-04 * \license GPLv3 or later diff --git a/hfal/hfal_whirlpool_t.h b/hfal/hfal_whirlpool_t.h index 614efb1..06ce572 100644 --- a/hfal/hfal_whirlpool_t.h +++ b/hfal/hfal_whirlpool_t.h @@ -1,7 +1,7 @@ /* hfal_whirlpool_t.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2011 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file hfal_whirlpool_t.h - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2011-02-04 * \license GPLv3 or later diff --git a/hmac-md5/hmac-md5.c b/hmac-md5/hmac-md5.c index a7add23..ba4a882 100644 --- a/hmac-md5/hmac-md5.c +++ b/hmac-md5/hmac-md5.c @@ -1,7 +1,7 @@ /* hmac-md5.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2009 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -20,7 +20,7 @@ * * implementation of HMAC as described in RFC2104 * Author: Daniel Otte - * email: daniel.otte@rub.de + * email: bg@nerilex.org * License: GPLv3 or later **/ diff --git a/hmac-md5/hmac-md5.h b/hmac-md5/hmac-md5.h index d608983..1926244 100644 --- a/hmac-md5/hmac-md5.h +++ b/hmac-md5/hmac-md5.h @@ -1,7 +1,7 @@ /* hmac-md5.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2009 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/hmac-sha1/hmac-sha1.c b/hmac-sha1/hmac-sha1.c index 9f22590..bf6eba3 100644 --- a/hmac-sha1/hmac-sha1.c +++ b/hmac-sha1/hmac-sha1.c @@ -1,7 +1,7 @@ /* hmac-sha1.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -20,7 +20,7 @@ * * implementation of HMAC as described in RFC2104 * Author: Daniel Otte - * email: daniel.otte@rub.de + * email: bg@nerilex.org * License: GPLv3 or later **/ diff --git a/hmac-sha1/hmac-sha1.h b/hmac-sha1/hmac-sha1.h index fccd5ed..4f8d54c 100644 --- a/hmac-sha1/hmac-sha1.h +++ b/hmac-sha1/hmac-sha1.h @@ -1,7 +1,7 @@ /* hmac-sha1.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/hmac-sha256/hmac-sha256.c b/hmac-sha256/hmac-sha256.c index f675e03..a64e3c7 100644 --- a/hmac-sha256/hmac-sha256.c +++ b/hmac-sha256/hmac-sha256.c @@ -1,7 +1,7 @@ /* hmac-sha256.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -20,7 +20,7 @@ * * implementation of HMAC as described in RFC2104 * Author: Daniel Otte - * email: daniel.otte@rub.de + * email: bg@nerilex.org * License: GPLv3 or later **/ diff --git a/hmac-sha256/hmac-sha256.h b/hmac-sha256/hmac-sha256.h index ecc0a14..519306d 100644 --- a/hmac-sha256/hmac-sha256.h +++ b/hmac-sha256/hmac-sha256.h @@ -1,7 +1,7 @@ /* hmac-sha256.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/host/bigint2_test.rb b/host/bigint2_test.rb index be37427..fd25037 100644 --- a/host/bigint2_test.rb +++ b/host/bigint2_test.rb @@ -2,7 +2,7 @@ # bigint_test.rb =begin This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008, 2009 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/host/bigint_test.rb b/host/bigint_test.rb index 37bd0dd..032ae9e 100644 --- a/host/bigint_test.rb +++ b/host/bigint_test.rb @@ -2,7 +2,7 @@ # bigint_test.rb =begin This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008, 2009 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/host/cmacvs_test.rb b/host/cmacvs_test.rb index 839d04a..de537c3 100644 --- a/host/cmacvs_test.rb +++ b/host/cmacvs_test.rb @@ -2,7 +2,7 @@ # cmacvs_test.rb =begin This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008, 2009 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/host/data2wiki.rb b/host/data2wiki.rb index d5c7444..7867e01 100644 --- a/host/data2wiki.rb +++ b/host/data2wiki.rb @@ -3,7 +3,7 @@ =begin This file is part of the AVR-Crypto-Lib. - Copyright (C) 2009 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/host/fix-wiki-size.rb b/host/fix-wiki-size.rb index 53a480e..4e7ed83 100644 --- a/host/fix-wiki-size.rb +++ b/host/fix-wiki-size.rb @@ -3,7 +3,7 @@ =begin This file is part of the AVR-Crypto-Lib. - Copyright (C) 2009 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/host/get_performance.rb b/host/get_performance.rb index b78ba99..ab9ceb9 100644 --- a/host/get_performance.rb +++ b/host/get_performance.rb @@ -2,7 +2,7 @@ # get_performance.rb =begin This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008, 2009 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/host/get_test.rb b/host/get_test.rb index 3c88cfd..5e8e8c3 100644 --- a/host/get_test.rb +++ b/host/get_test.rb @@ -2,7 +2,7 @@ # get_test.rb =begin This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008, 2009 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/host/gf256_table_gen.c b/host/gf256_table_gen.c index b30f688..d9217c8 100644 --- a/host/gf256_table_gen.c +++ b/host/gf256_table_gen.c @@ -1,7 +1,7 @@ /* gf256_table_gen.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file gf256_table_gen.c - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2009-01-13 * \license GPLv3 or later diff --git a/host/gf256mul.c b/host/gf256mul.c index b3dd460..fe65486 100644 --- a/host/gf256mul.c +++ b/host/gf256mul.c @@ -1,7 +1,7 @@ /* gf256mul.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file gf256mul.c - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2009-01-13 * \license GPLv3 or later diff --git a/host/nessie_check.rb b/host/nessie_check.rb index cea8925..3af1dfa 100644 --- a/host/nessie_check.rb +++ b/host/nessie_check.rb @@ -2,7 +2,7 @@ # nessie_check.rb =begin This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/host/optimize_shift.rb b/host/optimize_shift.rb index 0cc277e..61c91df 100644 --- a/host/optimize_shift.rb +++ b/host/optimize_shift.rb @@ -2,7 +2,7 @@ # shavs_test.rb =begin This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/host/rsa_pkcs1v15_check.rb b/host/rsa_pkcs1v15_check.rb index 2ce9c74..cd68de6 100644 --- a/host/rsa_pkcs1v15_check.rb +++ b/host/rsa_pkcs1v15_check.rb @@ -2,7 +2,7 @@ # rsa_pkcs1v15_check.rb =begin This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/host/shavs_test2.rb b/host/shavs_test2.rb index 3c06e2f..058d060 100644 --- a/host/shavs_test2.rb +++ b/host/shavs_test2.rb @@ -2,7 +2,7 @@ # shavs_test.rb =begin This file is part of the ARM-Crypto-Lib. - Copyright (C) 2008, 2009 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/jh/jh_simple.h b/jh/jh_simple.h index 6788acb..eb15fd8 100644 --- a/jh/jh_simple.h +++ b/jh/jh_simple.h @@ -1,7 +1,7 @@ /* jh_simple.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2010 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/jh/jh_simple_aux.c b/jh/jh_simple_aux.c index b4ca6fd..5798fa0 100644 --- a/jh/jh_simple_aux.c +++ b/jh/jh_simple_aux.c @@ -1,7 +1,7 @@ /* jh_simple_speed.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2006-2010 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/jh/jh_simple_small_core.c b/jh/jh_simple_small_core.c index d8d9ad9..e824546 100644 --- a/jh/jh_simple_small_core.c +++ b/jh/jh_simple_small_core.c @@ -1,7 +1,7 @@ /* jh_simple_speed.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2006-2010 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/jh/jh_simple_speed_core.c b/jh/jh_simple_speed_core.c index 46a2bfa..1835902 100644 --- a/jh/jh_simple_speed_core.c +++ b/jh/jh_simple_speed_core.c @@ -1,7 +1,7 @@ /* jh_simple_speed.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2006-2010 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/jh/jh_tablegen.rb b/jh/jh_tablegen.rb index 1d71457..4789596 100644 --- a/jh/jh_tablegen.rb +++ b/jh/jh_tablegen.rb @@ -2,7 +2,7 @@ # jh_tablegen.rb =begin This file is part of the AVR-Crypto-Lib. - Copyright (C) 2010 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/jh/jh_tables.c b/jh/jh_tables.c index 14de7eb..65464c6 100644 --- a/jh/jh_tables.c +++ b/jh/jh_tables.c @@ -1,7 +1,7 @@ /* jh_tables.c */ /* This file is part of the ARM-Crypto-Lib. - Copyright (C) 2006-2010 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/jh/jh_tables.h b/jh/jh_tables.h index ff2a14a..22c0365 100644 --- a/jh/jh_tables.h +++ b/jh/jh_tables.h @@ -1,7 +1,7 @@ /* jh_tables.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2010 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/keccak/keccak-asm.S b/keccak/keccak-asm.S index 459994a..60a78ae 100644 --- a/keccak/keccak-asm.S +++ b/keccak/keccak-asm.S @@ -1,7 +1,7 @@ /* keccac-asm.S */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2012 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file keccak-asm.S - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2012-12-16 * \license GPLv3 or later diff --git a/keccak/keccak.c b/keccak/keccak.c index 9206e62..dbdeaa2 100644 --- a/keccak/keccak.c +++ b/keccak/keccak.c @@ -1,7 +1,7 @@ /* keecak.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2010 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/keccak/keccak.h b/keccak/keccak.h index b374ce5..62ec41e 100644 --- a/keccak/keccak.h +++ b/keccak/keccak.h @@ -1,7 +1,7 @@ /* keccak.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2010 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/keccak/rotate64.S b/keccak/rotate64.S index 5ab3a0f..73e2fc4 100644 --- a/keccak/rotate64.S +++ b/keccak/rotate64.S @@ -1,7 +1,7 @@ /* rotate64.S */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2006-2010 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/keccak/rotate64.h b/keccak/rotate64.h index f1bdbba..22593de 100644 --- a/keccak/rotate64.h +++ b/keccak/rotate64.h @@ -1,7 +1,7 @@ /* rotate64.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2010 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/keysize_descriptor.c b/keysize_descriptor.c index a97ad16..40465c5 100644 --- a/keysize_descriptor.c +++ b/keysize_descriptor.c @@ -1,7 +1,7 @@ /* keysize_descriptor.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2009 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -19,7 +19,7 @@ /** * \file keysize_descriptor.c * \author Daniel Otte - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \date 2009-01-07 * \license GPLv3 or later */ diff --git a/keysize_descriptor.h b/keysize_descriptor.h index 4ea70e9..84d8ed8 100644 --- a/keysize_descriptor.h +++ b/keysize_descriptor.h @@ -1,7 +1,7 @@ /* keysize_descriptor.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2009 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -19,7 +19,7 @@ /** * \file keysize_descriptor.h * \author Daniel Otte - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \date 2009-01-07 * \license GPLv3 or later */ diff --git a/khazad/khazad.c b/khazad/khazad.c index a5681b5..c4fadb3 100644 --- a/khazad/khazad.c +++ b/khazad/khazad.c @@ -1,7 +1,7 @@ /* khazad.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2006-2011 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/khazad/khazad.h b/khazad/khazad.h index 819cfaa..9716382 100644 --- a/khazad/khazad.h +++ b/khazad/khazad.h @@ -1,7 +1,7 @@ /* khazad.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2011 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/md5/md5-asm.S b/md5/md5-asm.S index 9710c4e..0740296 100644 --- a/md5/md5-asm.S +++ b/md5/md5-asm.S @@ -1,7 +1,7 @@ /* md5-asm.S */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/md5/md5.c b/md5/md5.c index f84edf8..b998525 100644 --- a/md5/md5.c +++ b/md5/md5.c @@ -1,7 +1,7 @@ /* md5.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/md5/md5.h b/md5/md5.h index 140b583..da44ad0 100644 --- a/md5/md5.h +++ b/md5/md5.h @@ -1,7 +1,7 @@ /* md5.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/md5/md5_sbox.c b/md5/md5_sbox.c index 31d64a8..8efea01 100644 --- a/md5/md5_sbox.c +++ b/md5/md5_sbox.c @@ -1,7 +1,7 @@ /* md5_sbox.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/md5/md5_sbox.h b/md5/md5_sbox.h index 685ced2..9f305b6 100644 --- a/md5/md5_sbox.h +++ b/md5/md5_sbox.h @@ -1,7 +1,7 @@ /* md5_sbox.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/memxor/memxor.S b/memxor/memxor.S index d72a1d8..7e5653c 100644 --- a/memxor/memxor.S +++ b/memxor/memxor.S @@ -1,7 +1,7 @@ /* memxor.S */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/memxor/memxor_p.S b/memxor/memxor_p.S index 590f001..6ffbb91 100644 --- a/memxor/memxor_p.S +++ b/memxor/memxor_p.S @@ -1,7 +1,7 @@ /* memxor_p.s */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2006-2010 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/mgf1/mgf1.c b/mgf1/mgf1.c index fa436f5..0a090b1 100644 --- a/mgf1/mgf1.c +++ b/mgf1/mgf1.c @@ -1,7 +1,7 @@ /* mgf1.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2010 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/mgf1/mgf1.h b/mgf1/mgf1.h index f7dac24..007893d 100644 --- a/mgf1/mgf1.h +++ b/mgf1/mgf1.h @@ -1,7 +1,7 @@ /* mgf1.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2010 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/mickey128/mickey128.c b/mickey128/mickey128.c index 30a6217..0cff66d 100644 --- a/mickey128/mickey128.c +++ b/mickey128/mickey128.c @@ -1,7 +1,7 @@ /** * * author: Daniel Otte - * email: daniel.otte@rub.de + * email: bg@nerilex.org * license: GPLv3 * * */ diff --git a/mqq-sign/mqq160-sign-asm.S b/mqq-sign/mqq160-sign-asm.S index 2373307..bb29ae8 100644 --- a/mqq-sign/mqq160-sign-asm.S +++ b/mqq-sign/mqq160-sign-asm.S @@ -1,7 +1,7 @@ /* mqq160-sign_P-asm.S */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2010 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file mqq160-sign_P-asm.S - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2010-03-21 * \license GPLv3 or later diff --git a/mqq-sign/mqq160-sign.h b/mqq-sign/mqq160-sign.h index 3271dfd..0881477 100644 --- a/mqq-sign/mqq160-sign.h +++ b/mqq-sign/mqq160-sign.h @@ -1,7 +1,7 @@ /* mqq160-sign.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2010 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/mqq-sign/mqq160-sign_P-asm.S b/mqq-sign/mqq160-sign_P-asm.S index 60ac137..f28840d 100644 --- a/mqq-sign/mqq160-sign_P-asm.S +++ b/mqq-sign/mqq160-sign_P-asm.S @@ -1,7 +1,7 @@ /* mqq160-sign_P-asm.S */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2010 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file mqq160-sign_P-asm.S - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2010-03-21 * \license GPLv3 or later diff --git a/mqq-sign/mqq160-sign_P-stub.c b/mqq-sign/mqq160-sign_P-stub.c index d484308..7c3114b 100644 --- a/mqq-sign/mqq160-sign_P-stub.c +++ b/mqq-sign/mqq160-sign_P-stub.c @@ -1,7 +1,7 @@ /* mqq160-sign.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2010 Danilo Gligoroski, Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/mqq-sign/mqq160-sign_P.c b/mqq-sign/mqq160-sign_P.c index 73aaf42..dde72ff 100644 --- a/mqq-sign/mqq160-sign_P.c +++ b/mqq-sign/mqq160-sign_P.c @@ -1,7 +1,7 @@ /* mqq160-sign.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2010 Danilo Gligoroski, Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/mqq-sign/mqq160-sign_P.h b/mqq-sign/mqq160-sign_P.h index 4cd64b3..f13ecdd 100644 --- a/mqq-sign/mqq160-sign_P.h +++ b/mqq-sign/mqq160-sign_P.h @@ -1,7 +1,7 @@ /* mqq160-sign.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2010 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/mqq-sign/mqq160-sign_testkey.c b/mqq-sign/mqq160-sign_testkey.c index c893466..5c88839 100644 --- a/mqq-sign/mqq160-sign_testkey.c +++ b/mqq-sign/mqq160-sign_testkey.c @@ -1,7 +1,7 @@ /* mqq160-sign_testkey.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2010 Danilo Gligoroski, Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/mqq-sign/mqq160-sign_testkey.h b/mqq-sign/mqq160-sign_testkey.h index e53f117..1c0c573 100644 --- a/mqq-sign/mqq160-sign_testkey.h +++ b/mqq-sign/mqq160-sign_testkey.h @@ -1,7 +1,7 @@ /* mqq160-sign_testkey.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2010 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/mugi/mugi.c b/mugi/mugi.c index e316416..db74d55 100644 --- a/mugi/mugi.c +++ b/mugi/mugi.c @@ -1,7 +1,7 @@ /* mugi.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -19,7 +19,7 @@ /** * \file mugi.c * \author Daniel Otte - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \date 2009-02-15 * \brief implementation of the MUGI key stream generator * \license GPLv3 or later diff --git a/mugi/mugi.h b/mugi/mugi.h index 07ee808..553d6b4 100644 --- a/mugi/mugi.h +++ b/mugi/mugi.h @@ -1,7 +1,7 @@ /* mugi.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/noekeon/noekeon.c b/noekeon/noekeon.c index 2dae591..ff6b0f1 100644 --- a/noekeon/noekeon.c +++ b/noekeon/noekeon.c @@ -1,7 +1,7 @@ /* noekeon.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /* * author: Daniel Otte - * email: daniel.otte@rub.de + * email: bg@nerilex.org * license: GPLv3 or later * * diff --git a/noekeon/noekeon.h b/noekeon/noekeon.h index 744c834..89edd59 100644 --- a/noekeon/noekeon.h +++ b/noekeon/noekeon.h @@ -1,7 +1,7 @@ /* noekeon.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -22,7 +22,7 @@ /** * \file noekeon.h * \author Daniel Otte - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \date 2008-04-11 * \license GPLv3 or later * \brief Implementation of the Noekeon block cipher diff --git a/noekeon/noekeon_asm.S b/noekeon/noekeon_asm.S index 76458fb..e7f1424 100644 --- a/noekeon/noekeon_asm.S +++ b/noekeon/noekeon_asm.S @@ -1,7 +1,7 @@ /* noekeon_asm.S */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -19,7 +19,7 @@ /* * noekeon assembler implementation for avr * author: Daniel Otte - * email: daniel.otte@rub.de + * email: bg@nerilex.org * license: GPLv3 */ diff --git a/noekeon/noekeon_cbc_enc.S b/noekeon/noekeon_cbc_enc.S index 9da291c..3964cf8 100644 --- a/noekeon/noekeon_cbc_enc.S +++ b/noekeon/noekeon_cbc_enc.S @@ -1,7 +1,7 @@ /* noekeon_cbc_enc.S */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /* * \author Daniel Otte - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \date 2008-08-06 * \license GPLv3 or later * diff --git a/noekeon/noekeon_ctr.S b/noekeon/noekeon_ctr.S index 683bee5..764aa17 100644 --- a/noekeon/noekeon_ctr.S +++ b/noekeon/noekeon_ctr.S @@ -1,7 +1,7 @@ /* noekeon_ctr.S */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /* * \author Daniel Otte - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \date 2008-08-06 * \license GPLv3 or later * diff --git a/noekeon/noekeon_ctr.h b/noekeon/noekeon_ctr.h index 7327886..ed8af71 100644 --- a/noekeon/noekeon_ctr.h +++ b/noekeon/noekeon_ctr.h @@ -1,7 +1,7 @@ /* noekeon_ctr.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /* * \author Daniel Otte - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \date 2008-08-06 * \license GPLv3 or later * diff --git a/noekeon/noekeon_prng.c b/noekeon/noekeon_prng.c index a329b75..319d73b 100644 --- a/noekeon/noekeon_prng.c +++ b/noekeon/noekeon_prng.c @@ -1,7 +1,7 @@ /* noekeon_prng.c */ /* * This file is part of the AVR-Crypto-Lib. - * Copyright (C) 2006, 2007, 2008 Daniel Otte (daniel.otte@rub.de) + * Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/noekeon/noekeon_prng.h b/noekeon/noekeon_prng.h index dba7295..4712734 100644 --- a/noekeon/noekeon_prng.h +++ b/noekeon/noekeon_prng.h @@ -1,7 +1,7 @@ /* noekeon_prng.h */ /* * This file is part of the AVR-Crypto-Lib. - * Copyright (C) 2006, 2007, 2008 Daniel Otte (daniel.otte@rub.de) + * Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/noekeon/omac_noekeon.S b/noekeon/omac_noekeon.S index b4000cd..3824da7 100644 --- a/noekeon/omac_noekeon.S +++ b/noekeon/omac_noekeon.S @@ -1,7 +1,7 @@ /* noekeon_omac.S */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /* * \author Daniel Otte - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \date 2008-08-24 * \license GPLv3 or later * diff --git a/noekeon/omac_noekeon.h b/noekeon/omac_noekeon.h index 6ed1a37..1abe505 100644 --- a/noekeon/omac_noekeon.h +++ b/noekeon/omac_noekeon.h @@ -1,6 +1,6 @@ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008, 2009 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -17,7 +17,7 @@ */ /* * \author Daniel Otte - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \license GPLv3 or later * * diff --git a/norx/norx32.c b/norx/norx32.c index 22e8837..81637cd 100644 --- a/norx/norx32.c +++ b/norx/norx32.c @@ -1,7 +1,7 @@ /* norx32.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2006-2014 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/norx/norx32.h b/norx/norx32.h index 04b5152..d09c5d3 100644 --- a/norx/norx32.h +++ b/norx/norx32.h @@ -1,7 +1,7 @@ /* norx32.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2014 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/present/present128.c b/present/present128.c index faea068..5f6e381 100644 --- a/present/present128.c +++ b/present/present128.c @@ -1,7 +1,7 @@ /* present128.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -20,7 +20,7 @@ * present128.c * a implementation of the PRESENT block-cipher * author: Daniel Otte - * email: daniel.otte@rub.de + * email: bg@nerilex.org * license: GPLv3 * * */ diff --git a/present/present128.h b/present/present128.h index 7c37dc4..fc66488 100644 --- a/present/present128.h +++ b/present/present128.h @@ -1,7 +1,7 @@ /* present128.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/present/present80.c b/present/present80.c index bc17370..236fc6b 100644 --- a/present/present80.c +++ b/present/present80.c @@ -1,7 +1,7 @@ /* present80.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -20,7 +20,7 @@ * present80.c * a implementation of the PRESENT block-cipher * author: Daniel Otte - * email: daniel.otte@rub.de + * email: bg@nerilex.org * license: GPLv3 * * */ diff --git a/present/present80.h b/present/present80.h index 29f07b9..63e3bfb 100644 --- a/present/present80.h +++ b/present/present80.h @@ -1,7 +1,7 @@ /* present.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/present/present_common.c b/present/present_common.c index c1c000c..2e8150c 100644 --- a/present/present_common.c +++ b/present/present_common.c @@ -1,7 +1,7 @@ /* present_common.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -20,7 +20,7 @@ * present_common.c * a implementation of the PRESENT block-cipher * author: Daniel Otte - * email: daniel.otte@rub.de + * email: bg@nerilex.org * license: GPLv3 * * */ diff --git a/present/present_common.h b/present/present_common.h index db856dd..240b35d 100644 --- a/present/present_common.h +++ b/present/present_common.h @@ -1,7 +1,7 @@ /* present_common.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/present/present_speed.c b/present/present_speed.c index b2e21e3..47800d7 100644 --- a/present/present_speed.c +++ b/present/present_speed.c @@ -1,7 +1,7 @@ /* present.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -20,7 +20,7 @@ * present.c * a implementation of the PRESENT block-cipher * author: Daniel Otte - * email: daniel.otte@rub.de + * email: bg@nerilex.org * license: GPLv3 * * */ diff --git a/present/present_speed.h b/present/present_speed.h index 8fc6f83..a1755f1 100644 --- a/present/present_speed.h +++ b/present/present_speed.h @@ -1,7 +1,7 @@ /* present.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/rabbit/rabbit.h b/rabbit/rabbit.h index 75f3931..9032ef3 100644 --- a/rabbit/rabbit.h +++ b/rabbit/rabbit.h @@ -1,7 +1,7 @@ /* rabbit.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2011 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/rabbit/rabbit_c.c b/rabbit/rabbit_c.c index ae4c8d5..89019d8 100644 --- a/rabbit/rabbit_c.c +++ b/rabbit/rabbit_c.c @@ -1,7 +1,7 @@ /* rabbit_c.c */ /* This file is part of the ARM-Crypto-Lib. - Copyright (C) 2006-2011 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/rc5/rc5.c b/rc5/rc5.c index 7ad15a8..ea3a24d 100644 --- a/rc5/rc5.c +++ b/rc5/rc5.c @@ -1,7 +1,7 @@ /* rc5.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -19,7 +19,7 @@ /* rc5.c a C implementation of RC5 for AVR microcontrollers * * author: Daniel Otte - * email: daniel.otte@rub.de + * email: bg@nerilex.org * license: GPLv3 * * this implementation is limited to 64bit blocks and a maximum of 255 rounds diff --git a/rc5/rc5.h b/rc5/rc5.h index 959fa8e..50ceba8 100644 --- a/rc5/rc5.h +++ b/rc5/rc5.h @@ -1,7 +1,7 @@ /* rc5.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -19,7 +19,7 @@ /* rc5.h a C implementation of RC5 for AVR microcontrollers * * author: Daniel Otte - * email: daniel.otte@rub.de + * email: bg@nerilex.org * license: GPLv3 * * this implementation is limited to 64bit blocks and a maximum of 255 rounds diff --git a/rc6/rc6.c b/rc6/rc6.c index fdf866c..27d377b 100644 --- a/rc6/rc6.c +++ b/rc6/rc6.c @@ -1,7 +1,7 @@ /* rc6.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/rc6/rc6.h b/rc6/rc6.h index 3d9ccce..6281691 100644 --- a/rc6/rc6.h +++ b/rc6/rc6.h @@ -1,7 +1,7 @@ /* rc6.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/rsa/random_dummy.c b/rsa/random_dummy.c index 70a29df..a210568 100644 --- a/rsa/random_dummy.c +++ b/rsa/random_dummy.c @@ -1,7 +1,7 @@ /* random_dummy.c */ /* This file is part of the ARM-Crypto-Lib. - Copyright (C) 2006-2011 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/rsa/random_dummy.h b/rsa/random_dummy.h index 937d5de..a61f26d 100644 --- a/rsa/random_dummy.h +++ b/rsa/random_dummy.h @@ -1,7 +1,7 @@ /* random.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2011 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/rsa/rsa_basic.c b/rsa/rsa_basic.c index 345668e..0b6fef6 100644 --- a/rsa/rsa_basic.c +++ b/rsa/rsa_basic.c @@ -1,7 +1,7 @@ /* rsa_basic.c */ /* This file is part of the ARM-Crypto-Lib. - Copyright (C) 2006-2011 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/rsa/rsa_basic.h b/rsa/rsa_basic.h index ccce4b0..811a76a 100644 --- a/rsa/rsa_basic.h +++ b/rsa/rsa_basic.h @@ -1,7 +1,7 @@ /* rsa_basic.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2011 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/rsa/rsaes_oaep.c b/rsa/rsaes_oaep.c index 042f536..d13fea3 100644 --- a/rsa/rsaes_oaep.c +++ b/rsa/rsaes_oaep.c @@ -2,7 +2,7 @@ /* rsa_oaep.c */ /* This file is part of the ARM-Crypto-Lib. - Copyright (C) 2006-2012 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/rsa/rsaes_oaep.h b/rsa/rsaes_oaep.h index 9d8a529..a76e99a 100644 --- a/rsa/rsaes_oaep.h +++ b/rsa/rsaes_oaep.h @@ -1,7 +1,7 @@ /* rsa_oaep.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2012 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/rsa/rsaes_pkcs1v15.c b/rsa/rsaes_pkcs1v15.c index 2825b81..c1f753f 100644 --- a/rsa/rsaes_pkcs1v15.c +++ b/rsa/rsaes_pkcs1v15.c @@ -1,7 +1,7 @@ /* rsa_pkcs1v15.c */ /* This file is part of the ARM-Crypto-Lib. - Copyright (C) 2006-2011 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/rsa/rsaes_pkcs1v15.h b/rsa/rsaes_pkcs1v15.h index 909b154..6eaffc2 100644 --- a/rsa/rsaes_pkcs1v15.h +++ b/rsa/rsaes_pkcs1v15.h @@ -1,7 +1,7 @@ /* rsa_pkcs1v15.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2011 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/salsa20/salsa20.c b/salsa20/salsa20.c index 6d9589b..9a1ff80 100644 --- a/salsa20/salsa20.c +++ b/salsa20/salsa20.c @@ -1,7 +1,7 @@ /* salsa20.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2006-2011 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/salsa20/salsa20.h b/salsa20/salsa20.h index 7cdbc7b..e28a8c4 100644 --- a/salsa20/salsa20.h +++ b/salsa20/salsa20.h @@ -1,7 +1,7 @@ /* salsa20.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2011 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/scal/scal-basic.c b/scal/scal-basic.c index 125efcf..0e4215e 100644 --- a/scal/scal-basic.c +++ b/scal/scal-basic.c @@ -1,7 +1,7 @@ /* scal-basic.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2011 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/scal/scal-basic.h b/scal/scal-basic.h index 0aa4148..e0c4cd0 100644 --- a/scal/scal-basic.h +++ b/scal/scal-basic.h @@ -1,7 +1,7 @@ /* scal-basic.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2011 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/scal/scal-nessie.c b/scal/scal-nessie.c index e4d7b19..c9a196c 100644 --- a/scal/scal-nessie.c +++ b/scal/scal-nessie.c @@ -1,7 +1,7 @@ /* scal-nessie.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2006-2011 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/scal/scal-nessie.h b/scal/scal-nessie.h index ac1d718..e388ecf 100644 --- a/scal/scal-nessie.h +++ b/scal/scal-nessie.h @@ -1,7 +1,7 @@ /* scal-nessie.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2011 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/scal/scal_arcfour.c b/scal/scal_arcfour.c index ba5784d..f9ceb89 100644 --- a/scal/scal_arcfour.c +++ b/scal/scal_arcfour.c @@ -1,7 +1,7 @@ /* scal_arcfour.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2011 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/scal/scal_arcfour.h b/scal/scal_arcfour.h index 512e90d..6630375 100644 --- a/scal/scal_arcfour.h +++ b/scal/scal_arcfour.h @@ -1,7 +1,7 @@ /* scal_arcfour.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2011 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/scal/scal_grain.c b/scal/scal_grain.c index 33ab7ea..fbc9387 100644 --- a/scal/scal_grain.c +++ b/scal/scal_grain.c @@ -1,7 +1,7 @@ /* scal_grain.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2011 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/scal/scal_grain.h b/scal/scal_grain.h index a67d1d5..1bbf258 100644 --- a/scal/scal_grain.h +++ b/scal/scal_grain.h @@ -1,7 +1,7 @@ /* scal_grain.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2011 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/scal/scal_mickey128.c b/scal/scal_mickey128.c index a3c6928..a00eefa 100644 --- a/scal/scal_mickey128.c +++ b/scal/scal_mickey128.c @@ -1,7 +1,7 @@ /* scal_mickey128.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2011 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/scal/scal_mickey128.h b/scal/scal_mickey128.h index c874867..44ea2b1 100644 --- a/scal/scal_mickey128.h +++ b/scal/scal_mickey128.h @@ -1,7 +1,7 @@ /* scal_mickey128.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2011 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/scal/scal_rabbit.c b/scal/scal_rabbit.c index f1d7007..bc74bf9 100644 --- a/scal/scal_rabbit.c +++ b/scal/scal_rabbit.c @@ -1,7 +1,7 @@ /* scal_rabbit.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2011 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/scal/scal_rabbit.h b/scal/scal_rabbit.h index ee172c8..a6ae823 100644 --- a/scal/scal_rabbit.h +++ b/scal/scal_rabbit.h @@ -1,7 +1,7 @@ /* scal_rabbit.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2011 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/scal/scal_salsa20.c b/scal/scal_salsa20.c index 3e2988c..425dc20 100644 --- a/scal/scal_salsa20.c +++ b/scal/scal_salsa20.c @@ -1,7 +1,7 @@ /* scal_salsa20.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2011 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/scal/scal_salsa20.h b/scal/scal_salsa20.h index 23c9f2b..89a66bb 100644 --- a/scal/scal_salsa20.h +++ b/scal/scal_salsa20.h @@ -1,7 +1,7 @@ /* scal_salsa20.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2011 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/scal/scal_trivium.c b/scal/scal_trivium.c index bebf391..7fddae6 100644 --- a/scal/scal_trivium.c +++ b/scal/scal_trivium.c @@ -1,7 +1,7 @@ /* scal_trivium.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2011 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/scal/scal_trivium.h b/scal/scal_trivium.h index 17f921a..aeca9dc 100644 --- a/scal/scal_trivium.h +++ b/scal/scal_trivium.h @@ -1,7 +1,7 @@ /* scal_trivium.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2011 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/seed/seed-asm.S b/seed/seed-asm.S index afdaf3c..13e3844 100644 --- a/seed/seed-asm.S +++ b/seed/seed-asm.S @@ -1,7 +1,7 @@ /* seed-asm.S */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/seed/seed.h b/seed/seed.h index 78d7d59..a58d9ff 100644 --- a/seed/seed.h +++ b/seed/seed.h @@ -1,7 +1,7 @@ /* seed.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/seed/seed_C.c b/seed/seed_C.c index 38aeec9..809b26b 100644 --- a/seed/seed_C.c +++ b/seed/seed_C.c @@ -1,7 +1,7 @@ /* seed_C.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/seed/seed_sbox.c b/seed/seed_sbox.c index 05aec9d..63c1886 100644 --- a/seed/seed_sbox.c +++ b/seed/seed_sbox.c @@ -1,7 +1,7 @@ /* seed_sbox.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/seed/seed_sbox.h b/seed/seed_sbox.h index 033a863..b6af61b 100644 --- a/seed/seed_sbox.h +++ b/seed/seed_sbox.h @@ -1,7 +1,7 @@ /* seed_sbox.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/serpent/serpent-asm.S b/serpent/serpent-asm.S index 5a371b9..235aa22 100644 --- a/serpent/serpent-asm.S +++ b/serpent/serpent-asm.S @@ -1,7 +1,7 @@ /* serpent_asm.S */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/serpent/serpent-sboxes-bitslice-asm.S b/serpent/serpent-sboxes-bitslice-asm.S index 4e0d7db..a521269 100644 --- a/serpent/serpent-sboxes-bitslice-asm.S +++ b/serpent/serpent-sboxes-bitslice-asm.S @@ -1,7 +1,7 @@ /* serpent-sboxes-bitslice.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -19,7 +19,7 @@ /* serpent-sboxes.c * a bitsliced implementation of the serpent sboxes * author: Daniel Otte - * email: daniel.otte@rub.de + * email: bg@nerilex.org * license: GPLv3 */ diff --git a/serpent/serpent-sboxes-bitslice.c b/serpent/serpent-sboxes-bitslice.c index 40bf2a6..b661c36 100644 --- a/serpent/serpent-sboxes-bitslice.c +++ b/serpent/serpent-sboxes-bitslice.c @@ -1,7 +1,7 @@ /* serpent-sboxes-bitslice.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -19,7 +19,7 @@ /* serpent-sboxes.c * a bitsliced implementation of the serpent sboxes * author: Daniel Otte - * email: daniel.otte@rub.de + * email: bg@nerilex.org * license: GPLv3 */ diff --git a/serpent/serpent-sboxes-fast.S b/serpent/serpent-sboxes-fast.S index 9242272..c0ac941 100644 --- a/serpent/serpent-sboxes-fast.S +++ b/serpent/serpent-sboxes-fast.S @@ -1,7 +1,7 @@ /* serpent-sboxes-fast.S */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/serpent/serpent-sboxes-small.S b/serpent/serpent-sboxes-small.S index 028fd77..b5e185c 100644 --- a/serpent/serpent-sboxes-small.S +++ b/serpent/serpent-sboxes-small.S @@ -1,7 +1,7 @@ /* serpent_sboxes.S */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/serpent/serpent-sboxes.h b/serpent/serpent-sboxes.h index c391edc..58dc508 100644 --- a/serpent/serpent-sboxes.h +++ b/serpent/serpent-sboxes.h @@ -1,7 +1,7 @@ /* serpent-sboxes.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/serpent/serpent-sboxes_c.c b/serpent/serpent-sboxes_c.c index c4ec83b..5deb809 100644 --- a/serpent/serpent-sboxes_c.c +++ b/serpent/serpent-sboxes_c.c @@ -1,7 +1,7 @@ /* serpent-sboxes.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -19,7 +19,7 @@ /* serpent-sboxes.c * a non-bitsliced implementation of the serpent sboxes * author: Daniel Otte - * email: daniel.otte@rub.de + * email: bg@nerilex.org * license: GPLv3 */ diff --git a/serpent/serpent.c b/serpent/serpent.c index 8f2428b..894f526 100644 --- a/serpent/serpent.c +++ b/serpent/serpent.c @@ -1,7 +1,7 @@ /* serpent.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -19,7 +19,7 @@ /* serpent.c * a bitsliced implementation of the serpent cipher for avr microcontrollers * author: Daniel Otte - * email: daniel.otte@rub.de + * email: bg@nerilex.org * license: GPLv3 */ diff --git a/serpent/serpent.h b/serpent/serpent.h index dbf0192..a6480ef 100644 --- a/serpent/serpent.h +++ b/serpent/serpent.h @@ -1,7 +1,7 @@ /* serpent.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/sha1/sha1-asm.S b/sha1/sha1-asm.S index f479fcc..69ab962 100644 --- a/sha1/sha1-asm.S +++ b/sha1/sha1-asm.S @@ -1,7 +1,7 @@ /* sha1-asm.S */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/sha1/sha1.c b/sha1/sha1.c index 7b5d40b..bed8b5e 100644 --- a/sha1/sha1.c +++ b/sha1/sha1.c @@ -1,7 +1,7 @@ /* sha1.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008, 2009 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/sha1/sha1.h b/sha1/sha1.h index 0da9ee7..61cf0a2 100644 --- a/sha1/sha1.h +++ b/sha1/sha1.h @@ -1,7 +1,7 @@ /* sha1.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -19,7 +19,7 @@ /** * \file sha1.h * \author Daniel Otte - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \date 2006-10-08 * \license GPLv3 or later * \brief SHA-1 declaration. diff --git a/sha2/sha224.c b/sha2/sha224.c index 81a5cfd..5e619e6 100644 --- a/sha2/sha224.c +++ b/sha2/sha224.c @@ -1,7 +1,7 @@ /* sha224.c */ /* This file is part of the ARM-Crypto-Lib. - Copyright (C) 2006-2010 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/sha2/sha224.h b/sha2/sha224.h index dd31dfd..c046532 100644 --- a/sha2/sha224.h +++ b/sha2/sha224.h @@ -1,7 +1,7 @@ /* sha224.h */ /* This file is part of the ARM-Crypto-Lib. - Copyright (C) 2011 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/sha2/sha256.c b/sha2/sha256.c index 75a4ce6..d6134e4 100644 --- a/sha2/sha256.c +++ b/sha2/sha256.c @@ -1,7 +1,7 @@ /* sha256.c */ /* This file is part of the ARM-Crypto-Lib. - Copyright (C) 2006-2010 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/sha2/sha256.h b/sha2/sha256.h index d6e74e4..d187941 100644 --- a/sha2/sha256.h +++ b/sha2/sha256.h @@ -1,7 +1,7 @@ /* sha256.h */ /* This file is part of the ARM-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/sha2/sha2_large_common.c b/sha2/sha2_large_common.c index b74c84e..a8a44b2 100644 --- a/sha2/sha2_large_common.c +++ b/sha2/sha2_large_common.c @@ -1,7 +1,7 @@ /* sha2_large_common.c */ /* This file is part of the ARM-Crypto-Lib. - Copyright (C) 2006-2011 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/sha2/sha2_large_common.h b/sha2/sha2_large_common.h index c141e2a..7f0e1c1 100644 --- a/sha2/sha2_large_common.h +++ b/sha2/sha2_large_common.h @@ -1,7 +1,7 @@ /* sha2_large_common.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2011 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/sha2/sha2_small_common.c b/sha2/sha2_small_common.c index 133d762..2781bdd 100644 --- a/sha2/sha2_small_common.c +++ b/sha2/sha2_small_common.c @@ -1,7 +1,7 @@ /* sha2_small_common.c */ /* This file is part of the ARM-Crypto-Lib. - Copyright (C) 2006-2011 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/sha2/sha2_small_common.h b/sha2/sha2_small_common.h index 9a28a9d..652a458 100644 --- a/sha2/sha2_small_common.h +++ b/sha2/sha2_small_common.h @@ -1,7 +1,7 @@ /* sha2_small_common.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2011 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/sha2/sha384.c b/sha2/sha384.c index 6a3e9a0..c1c3d99 100644 --- a/sha2/sha384.c +++ b/sha2/sha384.c @@ -1,7 +1,7 @@ /* sha384.c */ /* This file is part of the ARM-Crypto-Lib. - Copyright (C) 2006-2011 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/sha2/sha384.h b/sha2/sha384.h index 5ec39cc..bb0ae21 100644 --- a/sha2/sha384.h +++ b/sha2/sha384.h @@ -1,7 +1,7 @@ /* sha384.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2011 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/sha2/sha512.c b/sha2/sha512.c index bc6edf4..5c2b085 100644 --- a/sha2/sha512.c +++ b/sha2/sha512.c @@ -1,7 +1,7 @@ /* sha512.c */ /* This file is part of the ARM-Crypto-Lib. - Copyright (C) 2006-2011 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/sha2/sha512.h b/sha2/sha512.h index 15a0ae3..5d52e77 100644 --- a/sha2/sha512.h +++ b/sha2/sha512.h @@ -1,7 +1,7 @@ /* sha512.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2011 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/sha256/sha256-asm.S b/sha256/sha256-asm.S index e9729a1..97c3b56 100644 --- a/sha256/sha256-asm.S +++ b/sha256/sha256-asm.S @@ -1,7 +1,7 @@ /* sha256-asm.S */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/sha256/sha256.c b/sha256/sha256.c index e3e6c2c..13f0806 100644 --- a/sha256/sha256.c +++ b/sha256/sha256.c @@ -1,7 +1,7 @@ /* sha256.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/sha256/sha256.h b/sha256/sha256.h index 03f3a14..b0fd6d4 100644 --- a/sha256/sha256.h +++ b/sha256/sha256.h @@ -1,7 +1,7 @@ /* sha256.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/sha3-api.h b/sha3-api.h index 179ca78..435ca1d 100644 --- a/sha3-api.h +++ b/sha3-api.h @@ -3,7 +3,7 @@ /** * \file sha3-api.h * \author Daniel Otte - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \date 2009-01-06 * \license GPLv3 or later * diff --git a/shabal/shabal-asm.S b/shabal/shabal-asm.S index 493cdbf..9d9827e 100644 --- a/shabal/shabal-asm.S +++ b/shabal/shabal-asm.S @@ -1,7 +1,7 @@ /* shabal-asm.S */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2009 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -19,7 +19,7 @@ /* * \file shabal-asm.S * \author Daniel Otte - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \date 2009-04-27 * \license GPLv3 or later */ diff --git a/shabal/shabal.c b/shabal/shabal.c index 0a32041..fe88fda 100644 --- a/shabal/shabal.c +++ b/shabal/shabal.c @@ -1,7 +1,7 @@ /* shabal.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2009 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -19,7 +19,7 @@ /* * \file shabal.c * \author Daniel Otte - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \date 2009-04-17 * \license GPLv3 or later * diff --git a/shabal/shabal.h b/shabal/shabal.h index f7477e1..e69ae1f 100644 --- a/shabal/shabal.h +++ b/shabal/shabal.h @@ -1,7 +1,7 @@ /* shabal.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2009 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -19,7 +19,7 @@ /* * \file shabal.h * \author Daniel Otte - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \date 2009-04-17 * \license GPLv3 or later * diff --git a/shabal/shabal192-asm.S b/shabal/shabal192-asm.S index ac864ad..72341cd 100644 --- a/shabal/shabal192-asm.S +++ b/shabal/shabal192-asm.S @@ -1,7 +1,7 @@ /* shabal192-asm.S */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2009 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -19,7 +19,7 @@ /* * \file shabal192-asm.S * \author Daniel Otte - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \date 2009-04-27 * \license GPLv3 or later */ diff --git a/shabal/shabal192.c b/shabal/shabal192.c index 389f4f3..95da6b0 100644 --- a/shabal/shabal192.c +++ b/shabal/shabal192.c @@ -1,7 +1,7 @@ /* shabal192.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2009 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -19,7 +19,7 @@ /* * \file shabal192.c * \author Daniel Otte - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \date 2009-04-27 * \license GPLv3 or later * diff --git a/shabal/shabal224-asm.S b/shabal/shabal224-asm.S index 1168d1b..a145961 100644 --- a/shabal/shabal224-asm.S +++ b/shabal/shabal224-asm.S @@ -1,7 +1,7 @@ /* shabal224-asm.S */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2009 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -19,7 +19,7 @@ /* * \file shabal224-asm.S * \author Daniel Otte - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \date 2009-04-27 * \license GPLv3 or later */ diff --git a/shabal/shabal224.c b/shabal/shabal224.c index 00a13d0..167bb9b 100644 --- a/shabal/shabal224.c +++ b/shabal/shabal224.c @@ -1,7 +1,7 @@ /* shabal224.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2009 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -19,7 +19,7 @@ /* * \file shabal224.c * \author Daniel Otte - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \date 2009-04-27 * \license GPLv3 or later * diff --git a/shabal/shabal256-asm.S b/shabal/shabal256-asm.S index f95e6c7..23c5e0b 100644 --- a/shabal/shabal256-asm.S +++ b/shabal/shabal256-asm.S @@ -1,7 +1,7 @@ /* shabal256-asm.S */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2009 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -19,7 +19,7 @@ /* * \file shabal256-asm.S * \author Daniel Otte - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \date 2009-04-27 * \license GPLv3 or later */ diff --git a/shabal/shabal256.c b/shabal/shabal256.c index 0ed81de..9fd2e0d 100644 --- a/shabal/shabal256.c +++ b/shabal/shabal256.c @@ -1,7 +1,7 @@ /* shabal256.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2009 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -19,7 +19,7 @@ /* * \file shabal256.c * \author Daniel Otte - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \date 2009-04-27 * \license GPLv3 or later * diff --git a/shabal/shabal384-asm.S b/shabal/shabal384-asm.S index e9a053d..fdb2129 100644 --- a/shabal/shabal384-asm.S +++ b/shabal/shabal384-asm.S @@ -1,7 +1,7 @@ /* shabal384-asm.S */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2009 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -19,7 +19,7 @@ /* * \file shabal384-asm.S * \author Daniel Otte - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \date 2009-04-27 * \license GPLv3 or later */ diff --git a/shabal/shabal384.c b/shabal/shabal384.c index e11ead6..54175fe 100644 --- a/shabal/shabal384.c +++ b/shabal/shabal384.c @@ -1,7 +1,7 @@ /* shabal384.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2009 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -19,7 +19,7 @@ /* * \file shabal384.c * \author Daniel Otte - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \date 2009-04-27 * \license GPLv3 or later * diff --git a/shabal/shabal512-asm.S b/shabal/shabal512-asm.S index 0d412ff..cedaea1 100644 --- a/shabal/shabal512-asm.S +++ b/shabal/shabal512-asm.S @@ -1,7 +1,7 @@ /* shabal512-asm.S */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2009 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -19,7 +19,7 @@ /* * \file shabal512-asm.S * \author Daniel Otte - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \date 2009-04-27 * \license GPLv3 or later */ diff --git a/shabal/shabal512.c b/shabal/shabal512.c index 23a7bfa..82d49b4 100644 --- a/shabal/shabal512.c +++ b/shabal/shabal512.c @@ -1,7 +1,7 @@ /* shabal512.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2009 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -19,7 +19,7 @@ /* * \file shabal512.c * \author Daniel Otte - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \date 2009-04-27 * \license GPLv3 or later * diff --git a/shabea/shabea.c b/shabea/shabea.c index b59e138..b1ccc91 100644 --- a/shabea/shabea.c +++ b/shabea/shabea.c @@ -3,7 +3,7 @@ * This file is part of AnonAccess, an access system which can be used * to open door or doing other things with an anonymity featured * account managment. - * Copyright (C) 2006, 2007, 2008 Daniel Otte (daniel.otte@rub.de) + * Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/shabea/shabea.h b/shabea/shabea.h index fdb4916..b3cb18e 100644 --- a/shabea/shabea.h +++ b/shabea/shabea.h @@ -3,7 +3,7 @@ * This file is part of AnonAccess, an access system which can be used * to open door or doing other things with an anonymity featured * account managment. - * Copyright (C) 2006, 2007, 2008 Daniel Otte (daniel.otte@rub.de) + * Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/shacal1/shacal1_enc.c b/shacal1/shacal1_enc.c index 052dc27..e87a798 100644 --- a/shacal1/shacal1_enc.c +++ b/shacal1/shacal1_enc.c @@ -1,7 +1,7 @@ /* shacal1_enc.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shacal1/shacal1_enc.h b/shacal1/shacal1_enc.h index 7ff831b..da702b1 100644 --- a/shacal1/shacal1_enc.h +++ b/shacal1/shacal1_enc.h @@ -1,7 +1,7 @@ /* shacal1_enc.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shacal2/shacal2_enc.c b/shacal2/shacal2_enc.c index 6d5e8aa..da92b59 100644 --- a/shacal2/shacal2_enc.c +++ b/shacal2/shacal2_enc.c @@ -1,7 +1,7 @@ /* shacal2_enc.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shacal2/shacal2_enc.h b/shacal2/shacal2_enc.h index 6ae89b7..3f120a6 100644 --- a/shacal2/shacal2_enc.h +++ b/shacal2/shacal2_enc.h @@ -1,7 +1,7 @@ /* shacal2_enc.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/skein/skein.h b/skein/skein.h index fe12eee..dccb5f8 100644 --- a/skein/skein.h +++ b/skein/skein.h @@ -1,7 +1,7 @@ /* skein.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2009 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -19,7 +19,7 @@ /* * \file skein.c * \author Daniel Otte - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \date 2009-03-12 * \license GPLv3 or later * diff --git a/skein/skein1024.c b/skein/skein1024.c index 3434f9a..f4af8fc 100644 --- a/skein/skein1024.c +++ b/skein/skein1024.c @@ -1,7 +1,7 @@ /* skein1024.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2009 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /* * \author Daniel Otte - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \date 2009-03-12 * \license GPLv3 or later * diff --git a/skein/skein1024_asm.S b/skein/skein1024_asm.S index a96a930..040b141 100644 --- a/skein/skein1024_asm.S +++ b/skein/skein1024_asm.S @@ -1,7 +1,7 @@ /* skein1024_asm.S */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2009 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /* * \author Daniel Otte - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \date 2009-03-25 * \license GPLv3 or later */ diff --git a/skein/skein256.c b/skein/skein256.c index acc0649..03a1ba8 100644 --- a/skein/skein256.c +++ b/skein/skein256.c @@ -1,7 +1,7 @@ /* skein256.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2009 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /* * \author Daniel Otte - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \date 2009-03-12 * \license GPLv3 or later * diff --git a/skein/skein256_asm.S b/skein/skein256_asm.S index b82ced8..e472985 100644 --- a/skein/skein256_asm.S +++ b/skein/skein256_asm.S @@ -1,7 +1,7 @@ /* skein256_asm.S */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2009 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \author Daniel Otte - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \date 2009-03-16 * \license GPLv3 or later */ diff --git a/skein/skein512.c b/skein/skein512.c index 38d4b9b..240d3b9 100644 --- a/skein/skein512.c +++ b/skein/skein512.c @@ -1,7 +1,7 @@ /* skein512.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2009 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /* * \author Daniel Otte - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \date 2009-03-12 * \license GPLv3 or later * diff --git a/skein/skein512_asm.S b/skein/skein512_asm.S index 46c4907..8f541f6 100644 --- a/skein/skein512_asm.S +++ b/skein/skein512_asm.S @@ -1,7 +1,7 @@ /* skein512_asm.S */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2009 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /* * \author Daniel Otte - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \date 2009-03-16 * \license GPLv3 or later */ diff --git a/skein/threefish.h b/skein/threefish.h index f1cf0f1..56abedd 100644 --- a/skein/threefish.h +++ b/skein/threefish.h @@ -1,7 +1,7 @@ /* threefish.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2009 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -19,7 +19,7 @@ /* * \file threefish.h * \author Daniel Otte - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \date 2009-03-12 * \license GPLv3 or later * \brief Implementation of the Threefish block cipher diff --git a/skein/threefish1024_dec.c b/skein/threefish1024_dec.c index d01ff93..362eaf3 100644 --- a/skein/threefish1024_dec.c +++ b/skein/threefish1024_dec.c @@ -1,7 +1,7 @@ /* threefish1024_enc.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2009 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /* * \author Daniel Otte - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \date 2009-03-12 * \license GPLv3 or later * diff --git a/skein/threefish1024_dec_asm.S b/skein/threefish1024_dec_asm.S index a733094..41ddb35 100644 --- a/skein/threefish1024_dec_asm.S +++ b/skein/threefish1024_dec_asm.S @@ -1,7 +1,7 @@ /* threefish1024_enc_asm.S */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2009 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /* * \author Daniel Otte - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \date 2009-03-24 * \license GPLv3 or later */ diff --git a/skein/threefish1024_dec_cstub.c b/skein/threefish1024_dec_cstub.c index 89c7535..36355a9 100644 --- a/skein/threefish1024_dec_cstub.c +++ b/skein/threefish1024_dec_cstub.c @@ -1,7 +1,7 @@ /* threefish1024_enc.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2009 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /* * \author Daniel Otte - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \date 2009-03-12 * \license GPLv3 or later * diff --git a/skein/threefish1024_enc.c b/skein/threefish1024_enc.c index 662e79d..ebe7fe6 100644 --- a/skein/threefish1024_enc.c +++ b/skein/threefish1024_enc.c @@ -1,7 +1,7 @@ /* threefish1024_enc.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2009 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /* * \author Daniel Otte - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \date 2009-03-12 * \license GPLv3 or later * diff --git a/skein/threefish1024_enc_asm.S b/skein/threefish1024_enc_asm.S index 38f85ed..e77d015 100644 --- a/skein/threefish1024_enc_asm.S +++ b/skein/threefish1024_enc_asm.S @@ -1,7 +1,7 @@ /* threefish1024_enc_asm.S */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2009 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /* * \author Daniel Otte - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \date 2009-03-24 * \license GPLv3 or later */ diff --git a/skein/threefish256_dec.c b/skein/threefish256_dec.c index 658aa5b..b2b4fc5 100644 --- a/skein/threefish256_dec.c +++ b/skein/threefish256_dec.c @@ -1,7 +1,7 @@ /* threefish256_enc.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2009 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /* * \author Daniel Otte - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \date 2009-03-12 * \license GPLv3 or later * diff --git a/skein/threefish256_dec_asm.S b/skein/threefish256_dec_asm.S index 2cb5b2f..384b6ab 100644 --- a/skein/threefish256_dec_asm.S +++ b/skein/threefish256_dec_asm.S @@ -1,7 +1,7 @@ /* threefish256_enc_asm.S */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2009 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /* * \author Daniel Otte - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \date 2009-03-16 * \license GPLv3 or later */ diff --git a/skein/threefish256_dec_cstub.c b/skein/threefish256_dec_cstub.c index 6453228..862201e 100644 --- a/skein/threefish256_dec_cstub.c +++ b/skein/threefish256_dec_cstub.c @@ -1,7 +1,7 @@ /* threefish256_enc.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2009 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /* * \author Daniel Otte - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \date 2009-03-12 * \license GPLv3 or later * diff --git a/skein/threefish256_enc.c b/skein/threefish256_enc.c index 4ed6153..08f7d88 100644 --- a/skein/threefish256_enc.c +++ b/skein/threefish256_enc.c @@ -1,7 +1,7 @@ /* threefish256_enc.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2009 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /* * \author Daniel Otte - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \date 2009-03-12 * \license GPLv3 or later * diff --git a/skein/threefish256_enc_asm.S b/skein/threefish256_enc_asm.S index b4db42f..f2766af 100644 --- a/skein/threefish256_enc_asm.S +++ b/skein/threefish256_enc_asm.S @@ -1,7 +1,7 @@ /* threefish256_enc_asm.S */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2009 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /* * \author Daniel Otte - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \date 2009-03-16 * \license GPLv3 or later */ diff --git a/skein/threefish256_enc_small.S b/skein/threefish256_enc_small.S index c98f37f..f7b2e73 100644 --- a/skein/threefish256_enc_small.S +++ b/skein/threefish256_enc_small.S @@ -1,7 +1,7 @@ /* threefish_mix.S */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2009 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \author Daniel Otte - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \date 2009-03-16 * \license GPLv3 or later */ diff --git a/skein/threefish512_dec.c b/skein/threefish512_dec.c index c5d9910..3834113 100644 --- a/skein/threefish512_dec.c +++ b/skein/threefish512_dec.c @@ -1,7 +1,7 @@ /* threefish512_dec.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2009 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /* * \author Daniel Otte - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \date 2009-03-22 * \license GPLv3 or later * diff --git a/skein/threefish512_dec_asm.S b/skein/threefish512_dec_asm.S index 795e05a..ac91fd4 100644 --- a/skein/threefish512_dec_asm.S +++ b/skein/threefish512_dec_asm.S @@ -1,7 +1,7 @@ /* threefish512_enc_asm.S */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2009 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /* * \author Daniel Otte - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \date 2009-03-24 * \license GPLv3 or later */ diff --git a/skein/threefish512_dec_cstub.c b/skein/threefish512_dec_cstub.c index df513bc..14b5e7b 100644 --- a/skein/threefish512_dec_cstub.c +++ b/skein/threefish512_dec_cstub.c @@ -1,7 +1,7 @@ /* threefish512_dec.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2009 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /* * \author Daniel Otte - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \date 2009-03-22 * \license GPLv3 or later * diff --git a/skein/threefish512_enc.c b/skein/threefish512_enc.c index 4fbc886..b447403 100644 --- a/skein/threefish512_enc.c +++ b/skein/threefish512_enc.c @@ -1,7 +1,7 @@ /* threefish512_enc.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2009 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /* * \author Daniel Otte - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \date 2009-03-12 * \license GPLv3 or later * diff --git a/skein/threefish512_enc_asm.S b/skein/threefish512_enc_asm.S index 49ead01..aad6b70 100644 --- a/skein/threefish512_enc_asm.S +++ b/skein/threefish512_enc_asm.S @@ -1,7 +1,7 @@ /* threefish512_enc_asm.S */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2009 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /* * \author Daniel Otte - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \date 2009-03-24 * \license GPLv3 or later */ diff --git a/skein/threefish_invmix.S b/skein/threefish_invmix.S index bae51c5..822cf03 100644 --- a/skein/threefish_invmix.S +++ b/skein/threefish_invmix.S @@ -1,7 +1,7 @@ /* threefish_invmix.S */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2009 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /* * \author Daniel Otte - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \date 2009-03-21 * \license GPLv3 or later */ diff --git a/skein/threefish_invmix_4c.S b/skein/threefish_invmix_4c.S index c512aca..5d639c1 100644 --- a/skein/threefish_invmix_4c.S +++ b/skein/threefish_invmix_4c.S @@ -1,7 +1,7 @@ /* threefish_invmix.S */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2009 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /* * \author Daniel Otte - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \date 2009-03-21 * \license GPLv3 or later */ diff --git a/skein/threefish_invmix_c.c b/skein/threefish_invmix_c.c index 45cb170..04c6562 100644 --- a/skein/threefish_invmix_c.c +++ b/skein/threefish_invmix_c.c @@ -1,7 +1,7 @@ /* threefish_invmix_c.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2009 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /* * \author Daniel Otte - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \date 2009-03-21 * \license GPLv3 or later * diff --git a/skein/threefish_mix.S b/skein/threefish_mix.S index 4009220..16af2db 100644 --- a/skein/threefish_mix.S +++ b/skein/threefish_mix.S @@ -1,7 +1,7 @@ /* threefish_mix.S */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2009 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /* * \author Daniel Otte - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \date 2009-03-16 * \license GPLv3 or later */ diff --git a/skein/threefish_mix_4c.S b/skein/threefish_mix_4c.S index f18e307..6219d2e 100644 --- a/skein/threefish_mix_4c.S +++ b/skein/threefish_mix_4c.S @@ -1,7 +1,7 @@ /* threefish_mix.S */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2009 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /* * \author Daniel Otte - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \date 2009-03-16 * \license GPLv3 or later */ diff --git a/skein/threefish_mix_c.c b/skein/threefish_mix_c.c index 21b08d8..69a3245 100644 --- a/skein/threefish_mix_c.c +++ b/skein/threefish_mix_c.c @@ -1,7 +1,7 @@ /* threefish_mix_c.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2009 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /* * \author Daniel Otte - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \date 2009-03-16 * \license GPLv3 or later * diff --git a/skein/ubi.h b/skein/ubi.h index b8c53e1..d62838b 100644 --- a/skein/ubi.h +++ b/skein/ubi.h @@ -1,7 +1,7 @@ /* ubi.h */ /* This file is part of the ARM-Crypto-Lib. - Copyright (C) 2009 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /* * \author Daniel Otte - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \date 2009-03-12 * \license GPLv3 or later * diff --git a/skein/ubi1024.c b/skein/ubi1024.c index 97a1c83..aa3159b 100644 --- a/skein/ubi1024.c +++ b/skein/ubi1024.c @@ -1,7 +1,7 @@ /* ubi1024.c */ /* This file is part of the ARM-Crypto-Lib. - Copyright (C) 2006-2010 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /* * \author Daniel Otte - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \date 2009-03-12 * \license GPLv3 or later * diff --git a/skein/ubi1024_asm.S b/skein/ubi1024_asm.S index 070242a..4ff81e5 100644 --- a/skein/ubi1024_asm.S +++ b/skein/ubi1024_asm.S @@ -1,7 +1,7 @@ /* ubi1024_asm.S */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2009 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /* * \author Daniel Otte - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \date 2009-03-16 * \license GPLv3 or later */ diff --git a/skein/ubi256.c b/skein/ubi256.c index 6b7509e..01229ac 100644 --- a/skein/ubi256.c +++ b/skein/ubi256.c @@ -1,7 +1,7 @@ /* ubi256.c */ /* This file is part of the ARM-Crypto-Lib. - Copyright (C) 2006-2010 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /* * \author Daniel Otte - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \date 2009-03-12 * \license GPLv3 or later * diff --git a/skein/ubi256_asm.S b/skein/ubi256_asm.S index c5d1bc6..1a1e643 100644 --- a/skein/ubi256_asm.S +++ b/skein/ubi256_asm.S @@ -1,7 +1,7 @@ /* ubi256_asm.S */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2009 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /* * \author Daniel Otte - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \date 2009-03-16 * \license GPLv3 or later */ diff --git a/skein/ubi512.c b/skein/ubi512.c index 83621ed..a02b2f5 100644 --- a/skein/ubi512.c +++ b/skein/ubi512.c @@ -1,7 +1,7 @@ /* ubi512.c */ /* This file is part of the ARM-Crypto-Lib. - Copyright (C) 2006-2010 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /* * \author Daniel Otte - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \date 2009-03-12 * \license GPLv3 or later * diff --git a/skein/ubi512_asm.S b/skein/ubi512_asm.S index b61ef9c..3b74ce8 100644 --- a/skein/ubi512_asm.S +++ b/skein/ubi512_asm.S @@ -1,7 +1,7 @@ /* ubi512_asm.S */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2009 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /* * \author Daniel Otte - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \date 2009-03-25 * \license GPLv3 or later */ diff --git a/skipjack/skipjack.c b/skipjack/skipjack.c index 588c4cb..68187ce 100644 --- a/skipjack/skipjack.c +++ b/skipjack/skipjack.c @@ -1,7 +1,7 @@ /* skipjack.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/skipjack/skipjack.h b/skipjack/skipjack.h index 9aee2c4..25d17b7 100644 --- a/skipjack/skipjack.h +++ b/skipjack/skipjack.h @@ -1,7 +1,7 @@ /* skipjack.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/skipjack/skipjack_nofix.c b/skipjack/skipjack_nofix.c index 440c825..c3afe6e 100644 --- a/skipjack/skipjack_nofix.c +++ b/skipjack/skipjack_nofix.c @@ -1,7 +1,7 @@ /* skipjack.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/stack_measuring.S b/stack_measuring.S index 8698c4e..f9bb8c3 100644 --- a/stack_measuring.S +++ b/stack_measuring.S @@ -1,7 +1,7 @@ /* stack_measuring.S */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2010 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/stack_measuring.h b/stack_measuring.h index 0b9a8b7..63cd2d7 100644 --- a/stack_measuring.h +++ b/stack_measuring.h @@ -1,7 +1,7 @@ /* stack_measuring.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2010 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/streamcipher_descriptor.h b/streamcipher_descriptor.h index 225555a..fc3b471 100644 --- a/streamcipher_descriptor.h +++ b/streamcipher_descriptor.h @@ -1,7 +1,7 @@ /* streamcipher_descriptor.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2011 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/string-extras.h b/string-extras.h index 8576020..9990afe 100644 --- a/string-extras.h +++ b/string-extras.h @@ -1,7 +1,7 @@ /* string-extras.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/test_src/avr-asm-macros.S b/test_src/avr-asm-macros.S index 80d8006..ca88734 100644 --- a/test_src/avr-asm-macros.S +++ b/test_src/avr-asm-macros.S @@ -1,7 +1,7 @@ /* avr-asm-macros.S */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/test_src/circularbytebuffer-asm.S b/test_src/circularbytebuffer-asm.S index fcd48f4..493b17c 100644 --- a/test_src/circularbytebuffer-asm.S +++ b/test_src/circularbytebuffer-asm.S @@ -1,7 +1,7 @@ /* circularbytebuffer-asm.S */ /* This file is part of the AVR-circularbytebuffer. - Copyright (C) 2009 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file circularbytebuffer-asm.S - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2009-07-25 * \license GPLv3 or later diff --git a/test_src/circularbytebuffer.h b/test_src/circularbytebuffer.h index 917ee2a..2e51fd2 100644 --- a/test_src/circularbytebuffer.h +++ b/test_src/circularbytebuffer.h @@ -1,7 +1,7 @@ /* circularbytebuffer.h */ /* This file is part of the AVR-circularbytebuffer. - Copyright (C) 2009 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file circularbytebuffer.h - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2009-07-24 * \license GPLv3 or later diff --git a/test_src/cli-basics.S b/test_src/cli-basics.S index 363b396..f3bab49 100644 --- a/test_src/cli-basics.S +++ b/test_src/cli-basics.S @@ -1,7 +1,7 @@ /* cli-basics.S */ /* This file is part of the AVR-Huffman. - Copyright (C) 2009 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/test_src/cli-core.S b/test_src/cli-core.S index 43dcb6c..1c76c39 100644 --- a/test_src/cli-core.S +++ b/test_src/cli-core.S @@ -1,7 +1,7 @@ /* cli-core.S */ /* This file is part of the AVR-Huffman. - Copyright (C) 2009 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/test_src/cli-hexdump.S b/test_src/cli-hexdump.S index 419ed1c..d071a00 100644 --- a/test_src/cli-hexdump.S +++ b/test_src/cli-hexdump.S @@ -1,7 +1,7 @@ /* cli-hexdump.S */ /* This file is part of the AVR-Huffman. - Copyright (C) 2009 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/test_src/cli-stub.c b/test_src/cli-stub.c index 619892a..4cd8d26 100644 --- a/test_src/cli-stub.c +++ b/test_src/cli-stub.c @@ -1,7 +1,7 @@ /* cli.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -19,7 +19,7 @@ /** * * author: Daniel Otte - * email: daniel.otte@rub.de + * email: bg@nerilex.org * license: GPLv3 or later * * components to help implementing simple command based interaction diff --git a/test_src/cli.h b/test_src/cli.h index e463d2f..15937a1 100644 --- a/test_src/cli.h +++ b/test_src/cli.h @@ -1,7 +1,7 @@ /* cli.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/test_src/cmacvs.c b/test_src/cmacvs.c index c86380f..5878949 100644 --- a/test_src/cmacvs.c +++ b/test_src/cmacvs.c @@ -1,7 +1,7 @@ /* cmacvs.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2006 2007 2008 2009 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/test_src/cmacvs.h b/test_src/cmacvs.h index 599e4b7..6992314 100644 --- a/test_src/cmacvs.h +++ b/test_src/cmacvs.h @@ -1,7 +1,7 @@ /* cmacvs.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/test_src/config.h b/test_src/config.h index 81cec07..2dda12a 100644 --- a/test_src/config.h +++ b/test_src/config.h @@ -1,7 +1,7 @@ /* config.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/test_src/dbz_strings.c b/test_src/dbz_strings.c index 2c3d1c6..79d2380 100644 --- a/test_src/dbz_strings.c +++ b/test_src/dbz_strings.c @@ -3,7 +3,7 @@ * This file is part of AnonAccess, an access system which can be used * to open door or doing other things with an anonymity featured * account managment. - * Copyright (C) 2006, 2007, 2008, 2009 Daniel Otte (daniel.otte@rub.de) + * Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -22,7 +22,7 @@ /* * author: Daniel Otte - * email: daniel.otte@rub.de + * email: bg@nerilex.org * license: GPLv3 * * */ diff --git a/test_src/dbz_strings.h b/test_src/dbz_strings.h index a1bc8d1..395b213 100644 --- a/test_src/dbz_strings.h +++ b/test_src/dbz_strings.h @@ -3,7 +3,7 @@ * This file is part of AnonAccess, an access system which can be used * to open door or doing other things with an anonymity featured * account managment. - * Copyright (C) 2006, 2007, 2008, 2009 Daniel Otte (daniel.otte@rub.de) + * Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -25,7 +25,7 @@ /** \file dbz_strings.h * \author Daniel Otte - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \license GPLv3 or later * \brief functions for handling of double-zero-terminated strings * diff --git a/test_src/debug.c b/test_src/debug.c index 799ccdf..00b264f 100644 --- a/test_src/debug.c +++ b/test_src/debug.c @@ -1,7 +1,7 @@ /* debug.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/test_src/dump-asm.S b/test_src/dump-asm.S index 971365a..9c8aeef 100644 --- a/test_src/dump-asm.S +++ b/test_src/dump-asm.S @@ -1,7 +1,7 @@ /* dump-asm.S */ /* This file is part of the AVR-Huffman. - Copyright (C) 2009 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/test_src/dump-decl.c b/test_src/dump-decl.c index ba74727..f35423c 100644 --- a/test_src/dump-decl.c +++ b/test_src/dump-decl.c @@ -1,7 +1,7 @@ /* dump.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file dump.c - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2009-02-04 * \license GPLv3 or later diff --git a/test_src/dump.h b/test_src/dump.h index 2f43dc2..66217e5 100644 --- a/test_src/dump.h +++ b/test_src/dump.h @@ -1,7 +1,7 @@ /* dump.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file dump.h - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2009-02-04 * \license GPLv3 or later diff --git a/test_src/hexdigit_tab.S b/test_src/hexdigit_tab.S index 3d85b05..270e0be 100644 --- a/test_src/hexdigit_tab.S +++ b/test_src/hexdigit_tab.S @@ -3,7 +3,7 @@ * This file is part of AnonAccess, an access system which can be used * to open door or doing other things with an anonymity featured * account managment. - * Copyright (C) 2006, 2007, 2008 Daniel Otte (daniel.otte@rub.de) + * Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/test_src/hexdigit_tab.h b/test_src/hexdigit_tab.h index 5aa2e99..3c6bb37 100644 --- a/test_src/hexdigit_tab.h +++ b/test_src/hexdigit_tab.h @@ -3,7 +3,7 @@ * This file is part of AnonAccess, an access system which can be used * to open door or doing other things with an anonymity featured * account managment. - * Copyright (C) 2006, 2007, 2008 Daniel Otte (daniel.otte@rub.de) + * Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/test_src/hexdigit_tab_c.c b/test_src/hexdigit_tab_c.c index 874109c..aa3b2bf 100644 --- a/test_src/hexdigit_tab_c.c +++ b/test_src/hexdigit_tab_c.c @@ -3,7 +3,7 @@ * This file is part of AnonAccess, an access system which can be used * to open door or doing other things with an anonymity featured * account managment. - * Copyright (C) 2006, 2007, 2008 Daniel Otte (daniel.otte@rub.de) + * Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/test_src/main-a5_1-test.c b/test_src/main-a5_1-test.c index d9d6abc..75f06a2 100644 --- a/test_src/main-a5_1-test.c +++ b/test_src/main-a5_1-test.c @@ -1,7 +1,7 @@ /* main-a5_1-test.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/test_src/main-aes-test.c b/test_src/main-aes-test.c index 92ac560..6b20c58 100644 --- a/test_src/main-aes-test.c +++ b/test_src/main-aes-test.c @@ -1,7 +1,7 @@ /* main-aes-test.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/test_src/main-arcfour-test.c b/test_src/main-arcfour-test.c index dcaf242..7f40215 100644 --- a/test_src/main-arcfour-test.c +++ b/test_src/main-arcfour-test.c @@ -1,7 +1,7 @@ /* main-arcfour-test.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/test_src/main-base64-test.c b/test_src/main-base64-test.c index 894179b..db2d41b 100644 --- a/test_src/main-base64-test.c +++ b/test_src/main-base64-test.c @@ -1,7 +1,7 @@ /* main-base64-test.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008, 2009 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/test_src/main-bigint-test.c b/test_src/main-bigint-test.c index caf5b15..19ef467 100644 --- a/test_src/main-bigint-test.c +++ b/test_src/main-bigint-test.c @@ -1,7 +1,7 @@ /* main-bigint-test.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008, 2009, 2010 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/test_src/main-bigint2-test.c b/test_src/main-bigint2-test.c index 45e2c49..fe8faa9 100644 --- a/test_src/main-bigint2-test.c +++ b/test_src/main-bigint2-test.c @@ -1,7 +1,7 @@ /* main-bigint-test.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008, 2009, 2010 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/test_src/main-blake-test.c b/test_src/main-blake-test.c index 941a57a..3efab31 100644 --- a/test_src/main-blake-test.c +++ b/test_src/main-blake-test.c @@ -1,7 +1,7 @@ /* main-blake-test.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/test_src/main-bmw-test.c b/test_src/main-bmw-test.c index bfa53bc..7046a55 100644 --- a/test_src/main-bmw-test.c +++ b/test_src/main-bmw-test.c @@ -1,7 +1,7 @@ /* main-bmw-test.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/test_src/main-camellia-test.c b/test_src/main-camellia-test.c index 5e1246b..4eb0395 100644 --- a/test_src/main-camellia-test.c +++ b/test_src/main-camellia-test.c @@ -1,7 +1,7 @@ /* main-camellia-test.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/test_src/main-cast5-test.c b/test_src/main-cast5-test.c index d23ba8a..6c0af07 100644 --- a/test_src/main-cast5-test.c +++ b/test_src/main-cast5-test.c @@ -1,7 +1,7 @@ /* main-cast5-test.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/test_src/main-cscipher-test.c b/test_src/main-cscipher-test.c index 0e96709..f49c0d5 100644 --- a/test_src/main-cscipher-test.c +++ b/test_src/main-cscipher-test.c @@ -1,7 +1,7 @@ /* main-cscipher-test.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/test_src/main-cubehash-test.c b/test_src/main-cubehash-test.c index 0d22e07..18ba300 100644 --- a/test_src/main-cubehash-test.c +++ b/test_src/main-cubehash-test.c @@ -1,7 +1,7 @@ /* main-cubehash-test.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/test_src/main-des-test.c b/test_src/main-des-test.c index a8029f7..2754671 100644 --- a/test_src/main-des-test.c +++ b/test_src/main-des-test.c @@ -1,7 +1,7 @@ /* main-des-test.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/test_src/main-dsa-test.c b/test_src/main-dsa-test.c index 1c66a93..7878471 100644 --- a/test_src/main-dsa-test.c +++ b/test_src/main-dsa-test.c @@ -1,7 +1,7 @@ /* main-dsa-test.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2010 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/test_src/main-ecdsa-test.c b/test_src/main-ecdsa-test.c index 926163e..fe59cb0 100644 --- a/test_src/main-ecdsa-test.c +++ b/test_src/main-ecdsa-test.c @@ -1,7 +1,7 @@ /* main-dsa-test.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2010 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/test_src/main-echo-test.c b/test_src/main-echo-test.c index 878946f..49efba8 100644 --- a/test_src/main-echo-test.c +++ b/test_src/main-echo-test.c @@ -1,7 +1,7 @@ /* main-echo-test.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/test_src/main-entropium-test.c b/test_src/main-entropium-test.c index 812d213..f73c071 100644 --- a/test_src/main-entropium-test.c +++ b/test_src/main-entropium-test.c @@ -1,7 +1,7 @@ /* main-entropium-test.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/test_src/main-gcm-test.c b/test_src/main-gcm-test.c index 0211592..3572265 100644 --- a/test_src/main-gcm-test.c +++ b/test_src/main-gcm-test.c @@ -1,7 +1,7 @@ /* main-gcm-test.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2006-2014 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/test_src/main-grain-test.c b/test_src/main-grain-test.c index 3e8bd7a..585589c 100644 --- a/test_src/main-grain-test.c +++ b/test_src/main-grain-test.c @@ -1,7 +1,7 @@ /* main-grain-test.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/test_src/main-groestl-test.c b/test_src/main-groestl-test.c index 4122e33..607b858 100644 --- a/test_src/main-groestl-test.c +++ b/test_src/main-groestl-test.c @@ -1,7 +1,7 @@ /* main-groestl-test.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/test_src/main-hmac-md5-test.c b/test_src/main-hmac-md5-test.c index d5d6d3d..6843935 100644 --- a/test_src/main-hmac-md5-test.c +++ b/test_src/main-hmac-md5-test.c @@ -1,7 +1,7 @@ /* main-hmac-md5-test.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/test_src/main-hmac-sha1-test.c b/test_src/main-hmac-sha1-test.c index 0cf9a1b..bdc7330 100644 --- a/test_src/main-hmac-sha1-test.c +++ b/test_src/main-hmac-sha1-test.c @@ -1,7 +1,7 @@ /* main-hmac-sha1-test.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/test_src/main-hmac-sha256-test.c b/test_src/main-hmac-sha256-test.c index 1aad966..711facb 100644 --- a/test_src/main-hmac-sha256-test.c +++ b/test_src/main-hmac-sha256-test.c @@ -1,7 +1,7 @@ /* main-hmac-sha256-test.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/test_src/main-jh-test.c b/test_src/main-jh-test.c index a54e913..eebdeef 100644 --- a/test_src/main-jh-test.c +++ b/test_src/main-jh-test.c @@ -1,7 +1,7 @@ /* main-jh-test.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2006-2010 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/test_src/main-keccak-test.c b/test_src/main-keccak-test.c index ab5f9a2..9767ccc 100644 --- a/test_src/main-keccak-test.c +++ b/test_src/main-keccak-test.c @@ -1,7 +1,7 @@ /* main-keccak-test.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/test_src/main-khazad-test.c b/test_src/main-khazad-test.c index 84e6086..d0ccff8 100644 --- a/test_src/main-khazad-test.c +++ b/test_src/main-khazad-test.c @@ -1,7 +1,7 @@ /* main-khazad-test.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2011 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/test_src/main-md5-test.c b/test_src/main-md5-test.c index afb0ab0..e88a91a 100644 --- a/test_src/main-md5-test.c +++ b/test_src/main-md5-test.c @@ -1,7 +1,7 @@ /* main-md5-test.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/test_src/main-mqq160-sign-test.c b/test_src/main-mqq160-sign-test.c index 5e889d5..4b03ba1 100644 --- a/test_src/main-mqq160-sign-test.c +++ b/test_src/main-mqq160-sign-test.c @@ -1,7 +1,7 @@ /* main-mqq160-sign-test.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2010 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/test_src/main-mugi-test.c b/test_src/main-mugi-test.c index 2f1a213..f55bb7a 100644 --- a/test_src/main-mugi-test.c +++ b/test_src/main-mugi-test.c @@ -1,7 +1,7 @@ /* main-mugi-test.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/test_src/main-noekeon-test.c b/test_src/main-noekeon-test.c index 99362ed..1b6f550 100644 --- a/test_src/main-noekeon-test.c +++ b/test_src/main-noekeon-test.c @@ -1,7 +1,7 @@ /* main-noekeon-test.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/test_src/main-norx-test.c b/test_src/main-norx-test.c index fdef21b..d8378dd 100644 --- a/test_src/main-norx-test.c +++ b/test_src/main-norx-test.c @@ -1,7 +1,7 @@ /* main-norx-test.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2006-2014 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -21,7 +21,7 @@ /* main-arcfour-test.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/test_src/main-omac-noekeon-test.c b/test_src/main-omac-noekeon-test.c index 503c886..c125a73 100644 --- a/test_src/main-omac-noekeon-test.c +++ b/test_src/main-omac-noekeon-test.c @@ -1,7 +1,7 @@ /* main-omac-noekeon-test.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/test_src/main-present-test.c b/test_src/main-present-test.c index 226fcf7..799d468 100644 --- a/test_src/main-present-test.c +++ b/test_src/main-present-test.c @@ -1,7 +1,7 @@ /* main-present-test.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/test_src/main-rabbit-test.c b/test_src/main-rabbit-test.c index 46ee61c..ab7e346 100644 --- a/test_src/main-rabbit-test.c +++ b/test_src/main-rabbit-test.c @@ -1,7 +1,7 @@ /* main-rabbit-test.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2006-2011 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/test_src/main-rc5-test.c b/test_src/main-rc5-test.c index 23e183c..46f5e75 100644 --- a/test_src/main-rc5-test.c +++ b/test_src/main-rc5-test.c @@ -1,7 +1,7 @@ /* main-rc5-test.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/test_src/main-rc6-test.c b/test_src/main-rc6-test.c index 41fb19b..46eff9f 100644 --- a/test_src/main-rc6-test.c +++ b/test_src/main-rc6-test.c @@ -1,7 +1,7 @@ /* main-rc6-test.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/test_src/main-rsaes_oaep-test.c b/test_src/main-rsaes_oaep-test.c index 9d6ad40..3ed60dd 100644 --- a/test_src/main-rsaes_oaep-test.c +++ b/test_src/main-rsaes_oaep-test.c @@ -1,7 +1,7 @@ /* main-dsa-test.c */ /* This file is part of the ARM-Crypto-Lib. - Copyright (C) 2010 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/test_src/main-rsaes_pkcs1v15-test.c b/test_src/main-rsaes_pkcs1v15-test.c index 1411b93..ad2ecae 100644 --- a/test_src/main-rsaes_pkcs1v15-test.c +++ b/test_src/main-rsaes_pkcs1v15-test.c @@ -1,7 +1,7 @@ /* main-dsa-test.c */ /* This file is part of the ARM-Crypto-Lib. - Copyright (C) 2010 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/test_src/main-salsa20-test.c b/test_src/main-salsa20-test.c index e3ad827..c9ddb83 100644 --- a/test_src/main-salsa20-test.c +++ b/test_src/main-salsa20-test.c @@ -1,7 +1,7 @@ /* main-salsa20-test.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2006-2011 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/test_src/main-seed-test.c b/test_src/main-seed-test.c index ca9dbb9..31fef32 100644 --- a/test_src/main-seed-test.c +++ b/test_src/main-seed-test.c @@ -1,7 +1,7 @@ /* main-seed-test.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -19,7 +19,7 @@ /** * \file main-seed-test.c * \author Daniel Otte - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \date 2007-06-01 * \brief test suit for SEED * \par License diff --git a/test_src/main-serpent-test.c b/test_src/main-serpent-test.c index 7cbf151..54c893f 100644 --- a/test_src/main-serpent-test.c +++ b/test_src/main-serpent-test.c @@ -1,7 +1,7 @@ /* main-serpent-test.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/test_src/main-sha1-test.c b/test_src/main-sha1-test.c index 95e003c..26bee12 100644 --- a/test_src/main-sha1-test.c +++ b/test_src/main-sha1-test.c @@ -1,7 +1,7 @@ /* main-sha1-test.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/test_src/main-sha2-test.c b/test_src/main-sha2-test.c index e86af0b..577ceb4 100644 --- a/test_src/main-sha2-test.c +++ b/test_src/main-sha2-test.c @@ -1,7 +1,7 @@ /* main-sha512-test.c */ /* This file is part of the ARM-Crypto-Lib. - Copyright (C) 2006-2011 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/test_src/main-sha256-test.c b/test_src/main-sha256-test.c index d618286..44ea153 100644 --- a/test_src/main-sha256-test.c +++ b/test_src/main-sha256-test.c @@ -1,7 +1,7 @@ /* main-sha256-test.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/test_src/main-shabal-test.c b/test_src/main-shabal-test.c index 3140b76..338733d 100644 --- a/test_src/main-shabal-test.c +++ b/test_src/main-shabal-test.c @@ -1,7 +1,7 @@ /* main-shabal-test.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/test_src/main-shabea-test.c b/test_src/main-shabea-test.c index d35a29c..5d6e633 100644 --- a/test_src/main-shabea-test.c +++ b/test_src/main-shabea-test.c @@ -1,7 +1,7 @@ /* main-shabea-test.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/test_src/main-shacal1_enc-test.c b/test_src/main-shacal1_enc-test.c index 464c7e1..0842e7b 100644 --- a/test_src/main-shacal1_enc-test.c +++ b/test_src/main-shacal1_enc-test.c @@ -1,7 +1,7 @@ /* main-shacal1_enc-test.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/test_src/main-shacal2_enc-test.c b/test_src/main-shacal2_enc-test.c index 58e77d4..d7b614c 100644 --- a/test_src/main-shacal2_enc-test.c +++ b/test_src/main-shacal2_enc-test.c @@ -1,7 +1,7 @@ /* main-shacal2_enc-test.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/test_src/main-skein-test.c b/test_src/main-skein-test.c index 7cd7c0d..1191100 100644 --- a/test_src/main-skein-test.c +++ b/test_src/main-skein-test.c @@ -1,7 +1,7 @@ /* main-skein-test.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/test_src/main-skipjack-test.c b/test_src/main-skipjack-test.c index b39eee4..d95d9eb 100644 --- a/test_src/main-skipjack-test.c +++ b/test_src/main-skipjack-test.c @@ -1,7 +1,7 @@ /* main-skipjack-test.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/test_src/main-tdes-test.c b/test_src/main-tdes-test.c index 29435b9..e48b68f 100644 --- a/test_src/main-tdes-test.c +++ b/test_src/main-tdes-test.c @@ -1,7 +1,7 @@ /* main-tdes-test.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/test_src/main-test-common.c b/test_src/main-test-common.c index 2e1be81..4f26904 100644 --- a/test_src/main-test-common.c +++ b/test_src/main-test-common.c @@ -1,7 +1,7 @@ /* main-test-common.c */ /* This file is part of the ARM-Crypto-Lib. - Copyright (C) 2006-2011 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/test_src/main-test-common.h b/test_src/main-test-common.h index 6846d16..93c5768 100644 --- a/test_src/main-test-common.h +++ b/test_src/main-test-common.h @@ -1,7 +1,7 @@ /* main-test-common.h */ /* This file is part of the ARM-Crypto-Lib. - Copyright (C) 2011 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/test_src/main-threefish-test.c b/test_src/main-threefish-test.c index 5dea4b7..af85446 100644 --- a/test_src/main-threefish-test.c +++ b/test_src/main-threefish-test.c @@ -1,7 +1,7 @@ /* main-threefish-test.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/test_src/main-trivium-test.c b/test_src/main-trivium-test.c index b131830..2040083 100644 --- a/test_src/main-trivium-test.c +++ b/test_src/main-trivium-test.c @@ -1,7 +1,7 @@ /* main-trivium-test.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/test_src/main-twister-test.c b/test_src/main-twister-test.c index b2f11d7..cdfa865 100644 --- a/test_src/main-twister-test.c +++ b/test_src/main-twister-test.c @@ -1,7 +1,7 @@ /* main-twister-test.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008, 2009 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/test_src/main-ubi-test.c b/test_src/main-ubi-test.c index 79ba647..21bf0cb 100644 --- a/test_src/main-ubi-test.c +++ b/test_src/main-ubi-test.c @@ -1,7 +1,7 @@ /* main-threefish-test.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/test_src/main-whirlpool-0-test.c b/test_src/main-whirlpool-0-test.c index a1811a0..73bc690 100644 --- a/test_src/main-whirlpool-0-test.c +++ b/test_src/main-whirlpool-0-test.c @@ -1,7 +1,7 @@ /* main-whirlpool-0-test.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2011 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/test_src/main-whirlpool-t-test.c b/test_src/main-whirlpool-t-test.c index c85a967..cc5fd3f 100644 --- a/test_src/main-whirlpool-t-test.c +++ b/test_src/main-whirlpool-t-test.c @@ -1,7 +1,7 @@ /* main-whirlpool-t-test.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2011 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/test_src/main-whirlpool-test.c b/test_src/main-whirlpool-test.c index 1e1cea3..b2bbff6 100644 --- a/test_src/main-whirlpool-test.c +++ b/test_src/main-whirlpool-test.c @@ -1,7 +1,7 @@ /* main-whirlpool-test.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2011 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/test_src/main-xtea-test.c b/test_src/main-xtea-test.c index 2371e1c..91f34e9 100644 --- a/test_src/main-xtea-test.c +++ b/test_src/main-xtea-test.c @@ -1,7 +1,7 @@ /* main-xtea-test.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/test_src/nessie_bc_test.c b/test_src/nessie_bc_test.c index 7959f3f..1d28ada 100644 --- a/test_src/nessie_bc_test.c +++ b/test_src/nessie_bc_test.c @@ -1,7 +1,7 @@ /* nessie_bc_test.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -19,7 +19,7 @@ /** * * author: Daniel Otte - * email: daniel.otte@rub.de + * email: bg@nerilex.org * license: GPLv3 * * a suit for running the nessie-tests for blockciphers diff --git a/test_src/nessie_bc_test.h b/test_src/nessie_bc_test.h index 0197b0e..7c7f310 100644 --- a/test_src/nessie_bc_test.h +++ b/test_src/nessie_bc_test.h @@ -1,7 +1,7 @@ /* nessie_bc_test.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/test_src/nessie_common.c b/test_src/nessie_common.c index 518a5a7..0bdcdda 100644 --- a/test_src/nessie_common.c +++ b/test_src/nessie_common.c @@ -1,7 +1,7 @@ /* nessie_common.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -19,7 +19,7 @@ /** * * author: Daniel Otte - * email: daniel.otte@rub.de + * email: bg@nerilex.org * license: GPLv3 * * common function for nessie-tests diff --git a/test_src/nessie_common.h b/test_src/nessie_common.h index 7eba1e3..e8de421 100644 --- a/test_src/nessie_common.h +++ b/test_src/nessie_common.h @@ -1,7 +1,7 @@ /* nessie_common.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -19,7 +19,7 @@ /** * * author: Daniel Otte - * email: daniel.otte@rub.de + * email: bg@nerilex.org * license: GPLv3 * * common function for nessie-tests diff --git a/test_src/nessie_hash_test.c b/test_src/nessie_hash_test.c index d80c70f..afcd7ae 100644 --- a/test_src/nessie_hash_test.c +++ b/test_src/nessie_hash_test.c @@ -1,7 +1,7 @@ /* nessie_hash_test.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -19,7 +19,7 @@ /** * * author: Daniel Otte - * email: daniel.otte@rub.de + * email: bg@nerilex.org * license: GPLv3 * * a suit for running the nessie-tests for hashes diff --git a/test_src/nessie_hash_test.h b/test_src/nessie_hash_test.h index b010129..641c47d 100644 --- a/test_src/nessie_hash_test.h +++ b/test_src/nessie_hash_test.h @@ -1,7 +1,7 @@ /* nessie_hash_test.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/test_src/nessie_mac_test.c b/test_src/nessie_mac_test.c index 9c5d2ee..91b7007 100644 --- a/test_src/nessie_mac_test.c +++ b/test_src/nessie_mac_test.c @@ -1,7 +1,7 @@ /* nessie_mac_test.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -19,7 +19,7 @@ /** * * author: Daniel Otte - * email: daniel.otte@rub.de + * email: bg@nerilex.org * license: GPLv3 * * a suit for running the nessie-tests for MACs diff --git a/test_src/nessie_mac_test.h b/test_src/nessie_mac_test.h index 0f92f9c..82baea8 100644 --- a/test_src/nessie_mac_test.h +++ b/test_src/nessie_mac_test.h @@ -1,7 +1,7 @@ /* nessie_mac_test.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/test_src/nessie_stream_test.c b/test_src/nessie_stream_test.c index f9128a2..16001ae 100644 --- a/test_src/nessie_stream_test.c +++ b/test_src/nessie_stream_test.c @@ -1,7 +1,7 @@ /* nessie_stream_test.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -19,7 +19,7 @@ /** * * author: Daniel Otte - * email: daniel.otte@rub.de + * email: bg@nerilex.org * license: GPLv3 * * a suit for running the nessie-tests for streamciphers diff --git a/test_src/nessie_stream_test.h b/test_src/nessie_stream_test.h index 616ca4a..18a461c 100644 --- a/test_src/nessie_stream_test.h +++ b/test_src/nessie_stream_test.h @@ -1,7 +1,7 @@ /* nessie_stream_test.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/test_src/performance_test.c b/test_src/performance_test.c index 3ce4910..20b616f 100644 --- a/test_src/performance_test.c +++ b/test_src/performance_test.c @@ -1,7 +1,7 @@ /* performance_test.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /* * author: Daniel Otte - * email: daniel.otte@rub.de + * email: bg@nerilex.org * license: GPLv3 * * diff --git a/test_src/performance_test.h b/test_src/performance_test.h index 867ef99..5e35983 100644 --- a/test_src/performance_test.h +++ b/test_src/performance_test.h @@ -1,7 +1,7 @@ /* performance_test.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/test_src/setbaud_asm.inc b/test_src/setbaud_asm.inc index b472a88..e8fc41c 100644 --- a/test_src/setbaud_asm.inc +++ b/test_src/setbaud_asm.inc @@ -1,6 +1,6 @@ /* This file is part of the AVR-uart_ni. - Copyright (C) 2009 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/test_src/shavs.c b/test_src/shavs.c index 4ba97f9..b1fb908 100644 --- a/test_src/shavs.c +++ b/test_src/shavs.c @@ -1,7 +1,7 @@ /* shavs.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2006 2007 2008 2009 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/test_src/shavs.h b/test_src/shavs.h index 555304e..f28efa5 100644 --- a/test_src/shavs.h +++ b/test_src/shavs.h @@ -1,7 +1,7 @@ /* shavs.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/test_src/string-extras-asm.S b/test_src/string-extras-asm.S index 9246791..495a50b 100644 --- a/test_src/string-extras-asm.S +++ b/test_src/string-extras-asm.S @@ -1,7 +1,7 @@ /* string-extras-asm.S */ /* This file is part of the AVR-Huffman. - Copyright (C) 2009 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/test_src/string-extras.h b/test_src/string-extras.h index 8576020..9990afe 100644 --- a/test_src/string-extras.h +++ b/test_src/string-extras.h @@ -1,7 +1,7 @@ /* string-extras.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/test_src/uart.h b/test_src/uart.h index fbce654..95cfbf4 100644 --- a/test_src/uart.h +++ b/test_src/uart.h @@ -1,7 +1,7 @@ /* uart.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2014 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/test_src/uart_defs.h b/test_src/uart_defs.h index 8b71e86..01834be 100644 --- a/test_src/uart_defs.h +++ b/test_src/uart_defs.h @@ -1,7 +1,7 @@ /* uart_defs.h */ /* This file is part of the AVR-uart_i. - Copyright (C) 2009 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file uart_defs.h - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2009-07-24 * \license GPLv3 or later diff --git a/test_src/uart_i-asm.S b/test_src/uart_i-asm.S index 862cdfe..67fe749 100644 --- a/test_src/uart_i-asm.S +++ b/test_src/uart_i-asm.S @@ -1,7 +1,7 @@ /* uart_i-asm.S */ /* This file is part of the AVR-uart_i. - Copyright (C) 2009 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file uart_i-asm.S - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2009-07-24 * \license GPLv3 or later diff --git a/test_src/uart_i.c b/test_src/uart_i.c index 92477a2..18dd80b 100644 --- a/test_src/uart_i.c +++ b/test_src/uart_i.c @@ -1,7 +1,7 @@ /* uart_i.c */ /* This file is part of the AVR-uart_i. - Copyright (C) 2009 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file uart_i.c - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2009-07-24 * \license GPLv3 or later diff --git a/test_src/uart_i.h b/test_src/uart_i.h index 097cfcc..9be6e00 100644 --- a/test_src/uart_i.h +++ b/test_src/uart_i.h @@ -1,7 +1,7 @@ /* uart_i.h */ /* This file is part of the AVR-uart_ni. - Copyright (C) 2009 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file uart_i.h - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2009-07-24 * \license GPLv3 or later diff --git a/test_src/uart_ni-asm.S b/test_src/uart_ni-asm.S index 66290f8..936f25f 100644 --- a/test_src/uart_ni-asm.S +++ b/test_src/uart_ni-asm.S @@ -1,7 +1,7 @@ /* uart_ni.c */ /* This file is part of the AVR-uart_ni. - Copyright (C) 2009 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/test_src/uart_ni.h b/test_src/uart_ni.h index 2c4d28a..1aad803 100644 --- a/test_src/uart_ni.h +++ b/test_src/uart_ni.h @@ -1,7 +1,7 @@ /* uart_ni.h */ /* This file is part of the AVR-uart_ni. - Copyright (C) 2009 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file uart_ni.h - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2009-07-24 * \license GPLv3 or later diff --git a/trivium/trivium.c b/trivium/trivium.c index 737a068..89a3b0a 100644 --- a/trivium/trivium.c +++ b/trivium/trivium.c @@ -1,7 +1,7 @@ /* trivium.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -19,7 +19,7 @@ /** * * author: Daniel Otte - * email: daniel.otte@rub.de + * email: bg@nerilex.org * license: GPLv3 * */ diff --git a/trivium/trivium.h b/trivium/trivium.h index 4211c21..e63f51b 100644 --- a/trivium/trivium.h +++ b/trivium/trivium.h @@ -1,7 +1,7 @@ /* trivium.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/twister/twister-asm.S b/twister/twister-asm.S index 475309b..a35b5bc 100644 --- a/twister/twister-asm.S +++ b/twister/twister-asm.S @@ -1,7 +1,7 @@ /* twister-asm.S */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file twister-asm.S - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2008-12-22 * \license GPLv3 or later diff --git a/twister/twister-large-asm.S b/twister/twister-large-asm.S index 1e904ec..cfb71aa 100644 --- a/twister/twister-large-asm.S +++ b/twister/twister-large-asm.S @@ -1,7 +1,7 @@ /* twister-large-asm.S */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file twister-large-asm.S - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2008-12-27 * \license GPLv3 or later diff --git a/twister/twister-large.c b/twister/twister-large.c index 905cd59..1cbc9f1 100644 --- a/twister/twister-large.c +++ b/twister/twister-large.c @@ -1,7 +1,7 @@ /* twister-large.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/twister/twister-small-asm.S b/twister/twister-small-asm.S index 30dab88..718e6dd 100644 --- a/twister/twister-small-asm.S +++ b/twister/twister-small-asm.S @@ -1,7 +1,7 @@ /* twister-small-asm.S */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file twister-small-asm.S - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2008-12-26 * \license GPLv3 or later diff --git a/twister/twister.c b/twister/twister.c index b279f60..19c95d2 100644 --- a/twister/twister.c +++ b/twister/twister.c @@ -1,7 +1,7 @@ /* twister.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/twister/twister.h b/twister/twister.h index a44e9ba..205b92c 100644 --- a/twister/twister.h +++ b/twister/twister.h @@ -1,7 +1,7 @@ /* twister.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/twister/twister224.S b/twister/twister224.S index 2f79792..e53f23a 100644 --- a/twister/twister224.S +++ b/twister/twister224.S @@ -1,7 +1,7 @@ /* twister224.S */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file twister224.S - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2008-12-28 * \license GPLv3 or later diff --git a/twister/twister256.S b/twister/twister256.S index 9e51979..b437495 100644 --- a/twister/twister256.S +++ b/twister/twister256.S @@ -1,7 +1,7 @@ /* twister256.S */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file twister256.S - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2008-12-28 * \license GPLv3 or later diff --git a/twister/twister384.S b/twister/twister384.S index 21bf8c7..e956f94 100644 --- a/twister/twister384.S +++ b/twister/twister384.S @@ -1,7 +1,7 @@ /* twister384.S */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file twister384.S - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2008-12-28 * \license GPLv3 or later diff --git a/twister/twister512.S b/twister/twister512.S index 5f65d61..f37742e 100644 --- a/twister/twister512.S +++ b/twister/twister512.S @@ -1,7 +1,7 @@ /* twister512.S */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ /** * \file twister512.S - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2008-12-28 * \license GPLv3 or later diff --git a/whirlpool/whirlpool.c b/whirlpool/whirlpool.c index 91cfbed..d46c4bd 100644 --- a/whirlpool/whirlpool.c +++ b/whirlpool/whirlpool.c @@ -1,7 +1,7 @@ /* whirlpool.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2006-2011 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/whirlpool/whirlpool.h b/whirlpool/whirlpool.h index 3c13d1e..e1fd1a2 100644 --- a/whirlpool/whirlpool.h +++ b/whirlpool/whirlpool.h @@ -1,7 +1,7 @@ /* wirlpool.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2011 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/xtea/xtea-asm.S b/xtea/xtea-asm.S index a05f4cb..bbe7a93 100644 --- a/xtea/xtea-asm.S +++ b/xtea/xtea-asm.S @@ -1,7 +1,7 @@ /* xtea-asm.S */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2006-2011 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/xtea/xtea.c b/xtea/xtea.c index b6d6ccd..27d21dc 100644 --- a/xtea/xtea.c +++ b/xtea/xtea.c @@ -1,7 +1,7 @@ /* xtea.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/xtea/xtea.h b/xtea/xtea.h index 64bf827..b8783a6 100644 --- a/xtea/xtea.h +++ b/xtea/xtea.h @@ -1,7 +1,7 @@ /* xtea.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by -- 2.39.2