]> git.cryptolib.org Git - arm-crypto-lib.git/commit
improving present
authorbg <daniel.otte@rub.de>
Tue, 18 Sep 2012 15:16:12 +0000 (17:16 +0200)
committerbg <daniel.otte@rub.de>
Tue, 18 Sep 2012 15:16:12 +0000 (17:16 +0200)
commit7390f9235d6bc08b7fe34a5f43a04bd3b58f6ea6
tree6399d98dc2e76c97d3aeed4dce6a5b5403cc73ba
parent257ce629ccb9d28193912b855322c91408fd19a7
improving present
16 files changed:
bcal/bcal_present.c [deleted file]
bcal/bcal_present.h [deleted file]
bcal/bcal_present128.c [new file with mode: 0644]
bcal/bcal_present128.h [new file with mode: 0644]
bcal/bcal_present80.c [new file with mode: 0644]
bcal/bcal_present80.h [new file with mode: 0644]
present/present.c [deleted file]
present/present.h [deleted file]
present/present128.c [new file with mode: 0644]
present/present128.h [new file with mode: 0644]
present/present80.c [new file with mode: 0644]
present/present80.h [new file with mode: 0644]
present/present_common.c [new file with mode: 0644]
present/present_common.h [new file with mode: 0644]
present/present_speed.c [new file with mode: 0644]
present/present_speed.h [new file with mode: 0644]