better standard compliance
commitbc8210b778cf7692342592f05cdedd9a2577ca34
authorGregor Pintar <grpintar@gmail.com>
Thu, 17 Oct 2013 18:57:58 +0000 (17 20:57 +0200)
committerGregor Pintar <grpintar@gmail.com>
Thu, 17 Oct 2013 18:57:58 +0000 (17 20:57 +0200)
tree9e42af730cbc11acf7c9877757b30902791ffd96
parentf63b1bb8d3ba6437ad073fabb59c5739cb297838
better standard compliance
66 files changed:
include/kripto/authstream/eax.h
include/kripto/authstream/keccak1600.h [new file with mode: 0644]
include/kripto/authstream/keccak800.h [new file with mode: 0644]
include/kripto/object/authstream.h [new file with mode: 0644]
include/kripto/object/block.h [new file with mode: 0644]
include/kripto/object/hash.h [new file with mode: 0644]
include/kripto/object/mac.h [new file with mode: 0644]
include/kripto/object/stream.h [new file with mode: 0644]
lib/authstream.c
lib/authstream/eax.c
lib/block/anubis.c
lib/block/aria.c
lib/block/blowfish.c
lib/block/camellia.c
lib/block/gost.c
lib/block/noekeon.c
lib/block/rc5.c
lib/block/rc6.c
lib/block/rijndael.c
lib/block/safer.c
lib/block/seed.c
lib/block/serpent.c
lib/block/simon128.c
lib/block/simon32.c
lib/block/simon64.c
lib/block/speck128.c
lib/block/speck32.c
lib/block/speck64.c
lib/block/threefish1024.c
lib/block/threefish256.c
lib/block/threefish512.c
lib/block/twofish.c
lib/block/xtea.c
lib/hash/blake256.c
lib/hash/blake2b.c
lib/hash/blake2s.c
lib/hash/blake512.c
lib/hash/keccak1600.c
lib/hash/keccak800.c
lib/hash/md5.c
lib/hash/sha1.c
lib/hash/sha2_256.c
lib/hash/sha2_512.c
lib/hash/skein1024.c
lib/hash/skein256.c
lib/hash/skein512.c
lib/hash/whirlpool.c
lib/mac/hmac.c
lib/mac/keccak.c
lib/mac/omac.c
lib/mac/skein1024.c
lib/mac/skein256.c
lib/mac/skein512.c
lib/stream.c
lib/stream/cbc.c
lib/stream/cfb.c
lib/stream/chacha.c
lib/stream/ctr.c
lib/stream/ecb.c
lib/stream/keccak.c
lib/stream/ofb.c
lib/stream/rc4.c
lib/stream/salsa20.c
lib/stream/skein1024.c
lib/stream/skein256.c
lib/stream/skein512.c