renaming to AVR-Crypto-Lib

This commit is contained in:
bg 2009-01-29 11:49:40 +00:00
parent ba3a6079e5
commit 17332291e1
199 changed files with 202 additions and 202 deletions

2
A5_1.c
View File

@ -1,6 +1,6 @@
/* A5_1.c */ /* A5_1.c */
/* /*
This file is part of the Crypto-avr-lib/microcrypt-lib. This file is part of the This file is part of the AVR-Crypto-Lib.
Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de)
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

2
A5_1.h
View File

@ -1,6 +1,6 @@
/* A5_1.h */ /* A5_1.h */
/* /*
This file is part of the Crypto-avr-lib/microcrypt-lib. This file is part of the This file is part of the AVR-Crypto-Lib.
Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de)
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

View File

@ -1,4 +1,4 @@
# Makefile for the micro-crypt project # Makefile for the AVR-Crypto-Lib project
# author: Daniel Otte # author: Daniel Otte
BLOCK_CIPHERS := BLOCK_CIPHERS :=
@ -65,7 +65,7 @@ $(foreach algo, $(ALGORITHMS), $(eval $(call MAIN_OBJ_TEMPLATE, \
help: info help: info
info: info:
@echo "infos on micro-crypt:" @echo "infos on AVR-Crypto-lib:"
@echo " block ciphers:" @echo " block ciphers:"
@echo " $(BLOCK_CIPHERS)" @echo " $(BLOCK_CIPHERS)"
@echo " stream ciphers:" @echo " stream ciphers:"

2
aes.h
View File

@ -1,6 +1,6 @@
/* aes.h */ /* aes.h */
/* /*
This file is part of the Crypto-avr-lib/microcrypt-lib. This file is part of the This file is part of the AVR-Crypto-Lib.
Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de)
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/* aes128_dec.c */ /* aes128_dec.c */
/* /*
This file is part of the Crypto-avr-lib/microcrypt-lib. This file is part of the This file is part of the AVR-Crypto-Lib.
Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de)
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/* aes128_dec.h */ /* aes128_dec.h */
/* /*
This file is part of the Crypto-avr-lib/microcrypt-lib. This file is part of the This file is part of the AVR-Crypto-Lib.
Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de)
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/* aes128_enc.c */ /* aes128_enc.c */
/* /*
This file is part of the Crypto-avr-lib/microcrypt-lib. This file is part of the This file is part of the AVR-Crypto-Lib.
Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de)
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/* aes128_enc.h */ /* aes128_enc.h */
/* /*
This file is part of the Crypto-avr-lib/microcrypt-lib. This file is part of the This file is part of the AVR-Crypto-Lib.
Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de)
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/* aes192_dec.c */ /* aes192_dec.c */
/* /*
This file is part of the Crypto-avr-lib/microcrypt-lib. This file is part of the This file is part of the AVR-Crypto-Lib.
Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de)
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/* aes192_dec.h */ /* aes192_dec.h */
/* /*
This file is part of the Crypto-avr-lib/microcrypt-lib. This file is part of the This file is part of the AVR-Crypto-Lib.
Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de)
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/* aes192_enc.c */ /* aes192_enc.c */
/* /*
This file is part of the Crypto-avr-lib/microcrypt-lib. This file is part of the This file is part of the AVR-Crypto-Lib.
Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de)
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/* aes192_enc.h */ /* aes192_enc.h */
/* /*
This file is part of the Crypto-avr-lib/microcrypt-lib. This file is part of the This file is part of the AVR-Crypto-Lib.
Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de)
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/* aes256_dec.c */ /* aes256_dec.c */
/* /*
This file is part of the Crypto-avr-lib/microcrypt-lib. This file is part of the This file is part of the AVR-Crypto-Lib.
Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de)
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/* aes256_dec.h */ /* aes256_dec.h */
/* /*
This file is part of the Crypto-avr-lib/microcrypt-lib. This file is part of the This file is part of the AVR-Crypto-Lib.
Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de)
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/* aes256_enc.c */ /* aes256_enc.c */
/* /*
This file is part of the Crypto-avr-lib/microcrypt-lib. This file is part of the This file is part of the AVR-Crypto-Lib.
Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de)
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/* aes256_enc.h */ /* aes256_enc.h */
/* /*
This file is part of the Crypto-avr-lib/microcrypt-lib. This file is part of the This file is part of the AVR-Crypto-Lib.
Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de)
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/* aes_dec-asm.S */ /* aes_dec-asm.S */
/* /*
This file is part of the Crypto-avr-lib/microcrypt-lib. This file is part of the This file is part of the AVR-Crypto-Lib.
Copyright (C) 2008, 2009 Daniel Otte (daniel.otte@rub.de) Copyright (C) 2008, 2009 Daniel Otte (daniel.otte@rub.de)
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/* aes_dec-asm.S */ /* aes_dec-asm.S */
/* /*
This file is part of the Crypto-avr-lib/microcrypt-lib. This file is part of the This file is part of the AVR-Crypto-Lib.
Copyright (C) 2008, 2009 Daniel Otte (daniel.otte@rub.de) Copyright (C) 2008, 2009 Daniel Otte (daniel.otte@rub.de)
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/* aes.c */ /* aes.c */
/* /*
This file is part of the Crypto-avr-lib/microcrypt-lib. This file is part of the This file is part of the AVR-Crypto-Lib.
Copyright (C) 2008, 2009 Daniel Otte (daniel.otte@rub.de) Copyright (C) 2008, 2009 Daniel Otte (daniel.otte@rub.de)
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/* aes_dec.h */ /* aes_dec.h */
/* /*
This file is part of the Crypto-avr-lib/microcrypt-lib. This file is part of the This file is part of the AVR-Crypto-Lib.
Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de)
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/* aes_enc-asm.S */ /* aes_enc-asm.S */
/* /*
This file is part of the Crypto-avr-lib/microcrypt-lib. This file is part of the This file is part of the AVR-Crypto-Lib.
Copyright (C) 2008, 2009 Daniel Otte (daniel.otte@rub.de) Copyright (C) 2008, 2009 Daniel Otte (daniel.otte@rub.de)
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/* aes_enc.c */ /* aes_enc.c */
/* /*
This file is part of the Crypto-avr-lib/microcrypt-lib. This file is part of the This file is part of the AVR-Crypto-Lib.
Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de)
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/* aes_enc.h */ /* aes_enc.h */
/* /*
This file is part of the Crypto-avr-lib/microcrypt-lib. This file is part of the This file is part of the AVR-Crypto-Lib.
Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de)
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/* aes_sbox-asm.S */ /* aes_sbox-asm.S */
/* /*
This file is part of the Crypto-avr-lib/microcrypt-lib. This file is part of the This file is part of the AVR-Crypto-Lib.
Copyright (C) 2008, 2009 Daniel Otte (daniel.otte@rub.de) Copyright (C) 2008, 2009 Daniel Otte (daniel.otte@rub.de)
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/* aes_invsbox.h */ /* aes_invsbox.h */
/* /*
This file is part of the Crypto-avr-lib/microcrypt-lib. This file is part of the This file is part of the AVR-Crypto-Lib.
Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de)
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/* aes_keyschedule-asm */ /* aes_keyschedule-asm */
/* /*
This file is part of the Crypto-avr-lib/microcrypt-lib. This file is part of the This file is part of the AVR-Crypto-Lib.
Copyright (C) 2008, 2009 Daniel Otte (daniel.otte@rub.de) Copyright (C) 2008, 2009 Daniel Otte (daniel.otte@rub.de)
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/* aes_keyschedule.c */ /* aes_keyschedule.c */
/* /*
This file is part of the Crypto-avr-lib/microcrypt-lib. This file is part of the This file is part of the AVR-Crypto-Lib.
Copyright (C) 2008, 2009 Daniel Otte (daniel.otte@rub.de) Copyright (C) 2008, 2009 Daniel Otte (daniel.otte@rub.de)
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/* aes_keyschedule.h */ /* aes_keyschedule.h */
/* /*
This file is part of the Crypto-avr-lib/microcrypt-lib. This file is part of the This file is part of the AVR-Crypto-Lib.
Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de)
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/* aes_sbox-asm.S */ /* aes_sbox-asm.S */
/* /*
This file is part of the Crypto-avr-lib/microcrypt-lib. This file is part of the This file is part of the AVR-Crypto-Lib.
Copyright (C) 2008, 2009 Daniel Otte (daniel.otte@rub.de) Copyright (C) 2008, 2009 Daniel Otte (daniel.otte@rub.de)
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/* aes_sbox.h */ /* aes_sbox.h */
/* /*
This file is part of the Crypto-avr-lib/microcrypt-lib. This file is part of the This file is part of the AVR-Crypto-Lib.
Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de)
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/* arcfour-asm.S */ /* arcfour-asm.S */
/* /*
This file is part of the Crypto-avr-lib/microcrypt-lib. This file is part of the This file is part of the AVR-Crypto-Lib.
Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de)
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/* arcfour.c */ /* arcfour.c */
/* /*
This file is part of the Crypto-avr-lib/microcrypt-lib. This file is part of the This file is part of the AVR-Crypto-Lib.
Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de)
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/* arcfour.h */ /* arcfour.h */
/* /*
This file is part of the Crypto-avr-lib/microcrypt-lib. This file is part of the This file is part of the AVR-Crypto-Lib.
Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de)
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/* avr-asm-macros.S */ /* avr-asm-macros.S */
/* /*
This file is part of the Crypto-avr-lib/microcrypt-lib. This file is part of the This file is part of the AVR-Crypto-Lib.
Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de)
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/* bcal-basic.c */ /* bcal-basic.c */
/* /*
This file is part of the Crypto-avr-lib/microcrypt-lib. This file is part of the This file is part of the AVR-Crypto-Lib.
Copyright (C) 2009 Daniel Otte (daniel.otte@rub.de) Copyright (C) 2009 Daniel Otte (daniel.otte@rub.de)
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/* bcal-basic.h */ /* bcal-basic.h */
/* /*
This file is part of the Crypto-avr-lib/microcrypt-lib. This file is part of the This file is part of the AVR-Crypto-Lib.
Copyright (C) 2009 Daniel Otte (daniel.otte@rub.de) Copyright (C) 2009 Daniel Otte (daniel.otte@rub.de)
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/* bcal_aes128.c */ /* bcal_aes128.c */
/* /*
This file is part of the Crypto-avr-lib/microcrypt-lib. This file is part of the This file is part of the AVR-Crypto-Lib.
Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de)
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/* bcal_aes128.h */ /* bcal_aes128.h */
/* /*
This file is part of the Crypto-avr-lib/microcrypt-lib. This file is part of the This file is part of the AVR-Crypto-Lib.
Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de)
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/* bcal_aes192.c */ /* bcal_aes192.c */
/* /*
This file is part of the Crypto-avr-lib/microcrypt-lib. This file is part of the This file is part of the AVR-Crypto-Lib.
Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de)
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/* bcal_aes192.h */ /* bcal_aes192.h */
/* /*
This file is part of the Crypto-avr-lib/microcrypt-lib. This file is part of the This file is part of the AVR-Crypto-Lib.
Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de)
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/* bcal_aes256.c */ /* bcal_aes256.c */
/* /*
This file is part of the Crypto-avr-lib/microcrypt-lib. This file is part of the This file is part of the AVR-Crypto-Lib.
Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de)
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/* bcal_aes256.h */ /* bcal_aes256.h */
/* /*
This file is part of the Crypto-avr-lib/microcrypt-lib. This file is part of the This file is part of the AVR-Crypto-Lib.
Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de)
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/* bcal_camellia128.c */ /* bcal_camellia128.c */
/* /*
This file is part of the Crypto-avr-lib/microcrypt-lib. This file is part of the This file is part of the AVR-Crypto-Lib.
Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de)
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/* bcal_camellia128.h */ /* bcal_camellia128.h */
/* /*
This file is part of the Crypto-avr-lib/microcrypt-lib. This file is part of the This file is part of the AVR-Crypto-Lib.
Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de)
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/* bcal_cast5.c */ /* bcal_cast5.c */
/* /*
This file is part of the Crypto-avr-lib/microcrypt-lib. This file is part of the This file is part of the AVR-Crypto-Lib.
Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de)
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/* bcal_cast5.h */ /* bcal_cast5.h */
/* /*
This file is part of the Crypto-avr-lib/microcrypt-lib. This file is part of the This file is part of the AVR-Crypto-Lib.
Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de)
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/* bcal_des.c */ /* bcal_des.c */
/* /*
This file is part of the Crypto-avr-lib/microcrypt-lib. This file is part of the This file is part of the AVR-Crypto-Lib.
Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de)
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/* bcal_des.h */ /* bcal_des.h */
/* /*
This file is part of the Crypto-avr-lib/microcrypt-lib. This file is part of the This file is part of the AVR-Crypto-Lib.
Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de)
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/* bcal_present.c */ /* bcal_present.c */
/* /*
This file is part of the Crypto-avr-lib/microcrypt-lib. This file is part of the This file is part of the AVR-Crypto-Lib.
Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de)
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/* bcal_present.h */ /* bcal_present.h */
/* /*
This file is part of the Crypto-avr-lib/microcrypt-lib. This file is part of the This file is part of the AVR-Crypto-Lib.
Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de)
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/* bcal_rc5.c */ /* bcal_rc5.c */
/* /*
This file is part of the Crypto-avr-lib/microcrypt-lib. This file is part of the This file is part of the AVR-Crypto-Lib.
Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de)
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/* bcal_rc5.h */ /* bcal_rc5.h */
/* /*
This file is part of the Crypto-avr-lib/microcrypt-lib. This file is part of the This file is part of the AVR-Crypto-Lib.
Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de)
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/* bcal_rc6.c */ /* bcal_rc6.c */
/* /*
This file is part of the Crypto-avr-lib/microcrypt-lib. This file is part of the This file is part of the AVR-Crypto-Lib.
Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de)
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/* bcal_rc6.h */ /* bcal_rc6.h */
/* /*
This file is part of the Crypto-avr-lib/microcrypt-lib. This file is part of the This file is part of the AVR-Crypto-Lib.
Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de)
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/* bcal_seed.c */ /* bcal_seed.c */
/* /*
This file is part of the Crypto-avr-lib/microcrypt-lib. This file is part of the This file is part of the AVR-Crypto-Lib.
Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de)
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/* bcal_seed.h */ /* bcal_seed.h */
/* /*
This file is part of the Crypto-avr-lib/microcrypt-lib. This file is part of the This file is part of the AVR-Crypto-Lib.
Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de)
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/* bcal_serpent.c */ /* bcal_serpent.c */
/* /*
This file is part of the Crypto-avr-lib/microcrypt-lib. This file is part of the This file is part of the AVR-Crypto-Lib.
Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de)
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/* bcal_serpent.h */ /* bcal_serpent.h */
/* /*
This file is part of the Crypto-avr-lib/microcrypt-lib. This file is part of the This file is part of the AVR-Crypto-Lib.
Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de)
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/* bcal_skipjack.c */ /* bcal_skipjack.c */
/* /*
This file is part of the Crypto-avr-lib/microcrypt-lib. This file is part of the This file is part of the AVR-Crypto-Lib.
Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de)
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/* bcal_skipjack.h */ /* bcal_skipjack.h */
/* /*
This file is part of the Crypto-avr-lib/microcrypt-lib. This file is part of the This file is part of the AVR-Crypto-Lib.
Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de)
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/* bcal_tdes.c */ /* bcal_tdes.c */
/* /*
This file is part of the Crypto-avr-lib/microcrypt-lib. This file is part of the This file is part of the AVR-Crypto-Lib.
Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de)
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/* bcal_tdes.h */ /* bcal_tdes.h */
/* /*
This file is part of the Crypto-avr-lib/microcrypt-lib. This file is part of the This file is part of the AVR-Crypto-Lib.
Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de)
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/* bcal_xtea.c */ /* bcal_xtea.c */
/* /*
This file is part of the Crypto-avr-lib/microcrypt-lib. This file is part of the This file is part of the AVR-Crypto-Lib.
Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de)
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/* bcal_xtea.h */ /* bcal_xtea.h */
/* /*
This file is part of the Crypto-avr-lib/microcrypt-lib. This file is part of the This file is part of the AVR-Crypto-Lib.
Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de)
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/* camellia-asm.S */ /* camellia-asm.S */
/* /*
This file is part of the Crypto-avr-lib/microcrypt-lib. This file is part of the This file is part of the AVR-Crypto-Lib.
Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de)
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/* camellia.h */ /* camellia.h */
/* /*
This file is part of the Crypto-avr-lib/microcrypt-lib. This file is part of the This file is part of the AVR-Crypto-Lib.
Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de)
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/* camellia128-stub.c */ /* camellia128-stub.c */
/* /*
This file is part of the Crypto-avr-lib/microcrypt-lib. This file is part of the This file is part of the AVR-Crypto-Lib.
Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de)
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/* camellia_C.c */ /* camellia_C.c */
/* /*
This file is part of the Crypto-avr-lib/microcrypt-lib. This file is part of the This file is part of the AVR-Crypto-Lib.
Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de)
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/* cast5-sbox.h */ /* cast5-sbox.h */
/* /*
This file is part of the Crypto-avr-lib/microcrypt-lib. This file is part of the This file is part of the AVR-Crypto-Lib.
Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de)
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/* cast5.c */ /* cast5.c */
/* /*
This file is part of the Crypto-avr-lib/microcrypt-lib. This file is part of the This file is part of the AVR-Crypto-Lib.
Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de)
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/* cast5.h */ /* cast5.h */
/* /*
This file is part of the Crypto-avr-lib/microcrypt-lib. This file is part of the This file is part of the AVR-Crypto-Lib.
Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de)
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/* config.h */ /* config.h */
/* /*
This file is part of the Crypto-avr-lib/microcrypt-lib. This file is part of the This file is part of the AVR-Crypto-Lib.
Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de)
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/* debug.h */ /* debug.h */
/* /*
This file is part of the Crypto-avr-lib/microcrypt-lib. This file is part of the This file is part of the AVR-Crypto-Lib.
Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de)
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

2
des.c
View File

@ -1,6 +1,6 @@
/* des.c */ /* des.c */
/* /*
This file is part of the Crypto-avr-lib/microcrypt-lib. This file is part of the This file is part of the AVR-Crypto-Lib.
Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de)
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

2
des.h
View File

@ -1,6 +1,6 @@
/* des.h */ /* des.h */
/* /*
This file is part of the Crypto-avr-lib/microcrypt-lib. This file is part of the This file is part of the AVR-Crypto-Lib.
Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de)
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/* entropium.c */ /* entropium.c */
/* /*
This file is part of the Crypto-avr-lib/microcrypt-lib. This file is part of the This file is part of the AVR-Crypto-Lib.
Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de)
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/* entropium.h */ /* entropium.h */
/* /*
This file is part of the Crypto-avr-lib/microcrypt-lib. This file is part of the This file is part of the AVR-Crypto-Lib.
Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de)
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/* gf256mul.S */ /* gf256mul.S */
/* /*
This file is part of the Crypto-avr-lib/microcrypt-lib. This file is part of the This file is part of the AVR-Crypto-Lib.
Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de)
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/* gf256mul.h */ /* gf256mul.h */
/* /*
This file is part of the Crypto-avr-lib/microcrypt-lib. This file is part of the This file is part of the AVR-Crypto-Lib.
Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de)
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/* grain.c */ /* grain.c */
/* /*
This file is part of the Crypto-avr-lib/microcrypt-lib. This file is part of the This file is part of the AVR-Crypto-Lib.
Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de)
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/* grain.h */ /* grain.h */
/* /*
This file is part of the Crypto-avr-lib/microcrypt-lib. This file is part of the This file is part of the AVR-Crypto-Lib.
Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de)
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/* hmac-sha1.c */ /* hmac-sha1.c */
/* /*
This file is part of the Crypto-avr-lib/microcrypt-lib. This file is part of the This file is part of the AVR-Crypto-Lib.
Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de)
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/* hmac-sha256.h */ /* hmac-sha256.h */
/* /*
This file is part of the Crypto-avr-lib/microcrypt-lib. This file is part of the This file is part of the AVR-Crypto-Lib.
Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de)
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/* hmac-sha256.c */ /* hmac-sha256.c */
/* /*
This file is part of the Crypto-avr-lib/microcrypt-lib. This file is part of the This file is part of the AVR-Crypto-Lib.
Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de)
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/* hmac-sha256.h */ /* hmac-sha256.h */
/* /*
This file is part of the Crypto-avr-lib/microcrypt-lib. This file is part of the This file is part of the AVR-Crypto-Lib.
Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de)
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/* gf256_table_gen.c */ /* gf256_table_gen.c */
/* /*
This file is part of the Crypto-avr-lib/microcrypt-lib. This file is part of the This file is part of the AVR-Crypto-Lib.
Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de)
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/* gf256mul.c */ /* gf256mul.c */
/* /*
This file is part of the Crypto-avr-lib/microcrypt-lib. This file is part of the This file is part of the AVR-Crypto-Lib.
Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de)
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/* gf256mul.h */ /* gf256mul.h */
/* /*
This file is part of the Crypto-avr-lib/microcrypt-lib. This file is part of the This file is part of the AVR-Crypto-Lib.
Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de)
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/* keysize_descriptor.c */ /* keysize_descriptor.c */
/* /*
This file is part of the Crypto-avr-lib/microcrypt-lib. This file is part of the This file is part of the AVR-Crypto-Lib.
Copyright (C) 2009 Daniel Otte (daniel.otte@rub.de) Copyright (C) 2009 Daniel Otte (daniel.otte@rub.de)
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/* keysize_descriptor.h */ /* keysize_descriptor.h */
/* /*
This file is part of the Crypto-avr-lib/microcrypt-lib. This file is part of the This file is part of the AVR-Crypto-Lib.
Copyright (C) 2009 Daniel Otte (daniel.otte@rub.de) Copyright (C) 2009 Daniel Otte (daniel.otte@rub.de)
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

View File

@ -1,4 +1,4 @@
/** \mainpage Documentation for microcrypt-lib /** \mainpage Documentation for AVR-Crypto-Lib
\section Algorithms Available algorithms \section Algorithms Available algorithms
\subsection Stream-ciphers Stream ciphers \subsection Stream-ciphers Stream ciphers
A stream cipher generates a keystream which is normaly XORed with the A stream cipher generates a keystream which is normaly XORed with the
@ -70,4 +70,4 @@
Implemented PRNGs: Implemented PRNGs:
- Entropium (entropium.h) - Entropium (entropium.h)
*/ */

View File

@ -1,6 +1,6 @@
/* md5-asm.S */ /* md5-asm.S */
/* /*
This file is part of the Crypto-avr-lib/microcrypt-lib. This file is part of the This file is part of the AVR-Crypto-Lib.
Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de)
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

2
md5.c
View File

@ -1,6 +1,6 @@
/* md5.c */ /* md5.c */
/* /*
This file is part of the Crypto-avr-lib/microcrypt-lib. This file is part of the This file is part of the AVR-Crypto-Lib.
Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de)
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

2
md5.h
View File

@ -1,6 +1,6 @@
/* md5.h */ /* md5.h */
/* /*
This file is part of the Crypto-avr-lib/microcrypt-lib. This file is part of the This file is part of the AVR-Crypto-Lib.
Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de)
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/* md5_sbox.h */ /* md5_sbox.h */
/* /*
This file is part of the Crypto-avr-lib/microcrypt-lib. This file is part of the This file is part of the AVR-Crypto-Lib.
Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de)
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/* memxor.S */ /* memxor.S */
/* /*
This file is part of the Crypto-avr-lib/microcrypt-lib. This file is part of the This file is part of the AVR-Crypto-Lib.
Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de)
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/* noekeon.c */ /* noekeon.c */
/* /*
This file is part of the Crypto-avr-lib/microcrypt-lib. This file is part of the This file is part of the AVR-Crypto-Lib.
Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de)
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/* noekeon.h */ /* noekeon.h */
/* /*
This file is part of the Crypto-avr-lib/microcrypt-lib. This file is part of the This file is part of the AVR-Crypto-Lib.
Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de)
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/* noekeon_asm.S */ /* noekeon_asm.S */
/* /*
This file is part of the Crypto-avr-lib/microcrypt-lib. This file is part of the This file is part of the AVR-Crypto-Lib.
Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de)
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
/* noekeon_cbc_enc.S */ /* noekeon_cbc_enc.S */
/* /*
This file is part of the Crypto-avr-lib/microcrypt-lib. This file is part of the This file is part of the AVR-Crypto-Lib.
Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de)
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify

Some files were not shown because too many files have changed in this diff Show More