]> git.cryptolib.org Git - avr-crypto-lib.git/commit
adding ofb- and ctr-mode
authorbg <bg@b1d182e4-1ff8-0310-901f-bddb46175740>
Mon, 1 Feb 2010 04:29:13 +0000 (04:29 +0000)
committerbg <bg@b1d182e4-1ff8-0310-901f-bddb46175740>
Mon, 1 Feb 2010 04:29:13 +0000 (04:29 +0000)
commit8abb80e1fe152be6d95d3fa2967789ba3238d695
treec8076f42188b5032a16ba75ce07ea5aaa07f4c32
parent3790ef3b40efb6649a517144f3089aba564ca541
adding ofb- and ctr-mode
13 files changed:
bcal-cbc.c
bcal-cbc.h
bcal-cfb_bit.c
bcal-cfb_bit.h
bcal-cfb_byte.c
bcal-cfb_byte.h
bcal-ctr.c [new file with mode: 0644]
bcal-ctr.h [new file with mode: 0644]
bcal-ofb.c [new file with mode: 0644]
bcal-ofb.h [new file with mode: 0644]
mkfiles/aes.mk
mkfiles/aes_c.mk
test_src/main-aes-test.c