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 */
/*
This file is part of the Crypto-avr-lib/microcrypt-lib.
This file is part of the This file is part of the AVR-Crypto-Lib.
Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de)
This program is free software: you can redistribute it and/or modify

2
A5_1.h
View File

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

View File

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

2
aes.h
View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

2
des.c
View File

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

2
des.h
View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

2
md5.c
View File

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

2
md5.h
View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

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