macros.h replaced with smaller headers, U8TO*_?E() renamed and converted to static...
commitdaa140ebbd2b4ee604343cc9c78d180f3f51476d
authorGregor Pintar <grpintar@gmail.com>
Sun, 15 Sep 2013 13:14:50 +0000 (15 15:14 +0200)
committerGregor Pintar <grpintar@gmail.com>
Sun, 15 Sep 2013 13:14:50 +0000 (15 15:14 +0200)
tree524eab9a540214a4d7f73e6c85e0c3a222e5c330
parent3182814d77ebfc6233104c37c470acf36bd41339
macros.h replaced with smaller headers, U8TO*_?E() renamed and converted to static inline functions
42 files changed:
include/kripto/cast.h [new file with mode: 0644]
include/kripto/loadstore.h [new file with mode: 0644]
include/kripto/macros.h [deleted file]
include/kripto/rotate.h [new file with mode: 0644]
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/rc6.c
lib/block/rijndael.c
lib/block/seed.c
lib/block/serpent.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/sha1.c
lib/hash/sha2_256.c
lib/hash/sha2_512.c
lib/mac/omac.c
lib/pbkdf2.c
lib/pkcs7.c
lib/scrypt.c
lib/stream/cbc.c
lib/stream/cfb.c
lib/stream/chacha.c
lib/stream/ctr.c
lib/stream/ecb.c
lib/stream/ofb.c
lib/stream/rc4.c
lib/stream/salsa20.c
perf/block/rijndael128.c [moved from perf/block/aes.c with 84% similarity]