crypton/cbits
2015-11-13 15:56:25 -05:00
..
aes [tidy-exports] properly prefix aesni stuff 2015-06-21 15:16:05 +01:00
blake2 Removed unnecessary code 2015-11-13 15:56:25 -05:00
curve25519 add initial support for curve25519 2015-01-27 06:20:19 +00:00
ed25519 [ed25519] add missing 32 bits files 2015-06-19 11:14:06 +01:00
p256 fix a bug in serialization 2015-05-30 10:37:24 +01:00
cryptonite_aes.c [tidy-exports] properly prefix aesni stuff 2015-06-21 15:16:05 +01:00
cryptonite_aes.h merge cipher-aes C files in cryptonite 2015-01-15 04:58:25 -08:00
cryptonite_bitfn.h merge cipher-aes C files in cryptonite 2015-01-15 04:58:25 -08:00
cryptonite_blake2b.c Added BLAKE2 support 2015-11-12 12:33:20 -05:00
cryptonite_blake2b.h Added BLAKE2 support 2015-11-12 12:33:20 -05:00
cryptonite_blake2bp.c Added BLAKE2 support 2015-11-12 12:33:20 -05:00
cryptonite_blake2bp.h Added BLAKE2 support 2015-11-12 12:33:20 -05:00
cryptonite_blake2s.c Added BLAKE2 support 2015-11-12 12:33:20 -05:00
cryptonite_blake2s.h Added BLAKE2 support 2015-11-12 12:33:20 -05:00
cryptonite_blake2sp.c Prevented internal blake2 functions from being exported 2015-11-13 15:49:13 -05:00
cryptonite_blake2sp.h Added BLAKE2 support 2015-11-12 12:33:20 -05:00
cryptonite_chacha.c [ChaCha] opaquify the state to be handled directly in the C level just like the hash function 2015-05-22 14:04:27 +01:00
cryptonite_chacha.h [ChaCha] opaquify the state to be handled directly in the C level just like the hash function 2015-05-22 14:04:27 +01:00
cryptonite_cpu.c [tidy-exports] properly prefix initialize_hw with cryptonite_aesni_ 2015-06-21 15:06:27 +01:00
cryptonite_cpu.h [tidy-exports] properly prefix initialize_hw with cryptonite_aesni_ 2015-06-21 15:06:27 +01:00
cryptonite_curve25519.h add initial support for curve25519 2015-01-27 06:20:19 +00:00
cryptonite_kekkak.c add kekkak 2014-08-14 13:47:41 +02:00
cryptonite_kekkak.h add kekkak 2014-08-14 13:47:41 +02:00
cryptonite_md2.c [hash] mark update function buffer as const 2015-04-18 12:20:38 +01:00
cryptonite_md2.h [hash] mark update function buffer as const 2015-04-18 12:20:38 +01:00
cryptonite_md4.c [hash] mark update function buffer as const 2015-04-18 12:20:38 +01:00
cryptonite_md4.h [hash] mark update function buffer as const 2015-04-18 12:20:38 +01:00
cryptonite_md5.c [hash] mark update function buffer as const 2015-04-18 12:20:38 +01:00
cryptonite_md5.h [hash] mark update function buffer as const 2015-04-18 12:20:38 +01:00
cryptonite_poly1305.c fix empty loop in poly1305 for final case 2014-07-07 08:10:37 +01:00
cryptonite_poly1305.h Add working implementation of poly1305 with 1 test vector. 2014-07-06 15:44:54 +01:00
cryptonite_rc4.c add RC4 2014-07-21 10:58:42 +01:00
cryptonite_rc4.h add RC4 2014-07-21 10:58:42 +01:00
cryptonite_rdrand.c [RDRAND] use better C type for casting to prevent a warmless warning 2015-04-11 15:12:51 +01:00
cryptonite_ripemd.c [hash] mark update function buffer as const 2015-04-18 12:20:38 +01:00
cryptonite_ripemd.h [hash] mark update function buffer as const 2015-04-18 12:20:38 +01:00
cryptonite_salsa.c [Salsa] opaquify the state just like for hash functions 2015-05-22 14:04:54 +01:00
cryptonite_salsa.h [Salsa] opaquify the state just like for hash functions 2015-05-22 14:04:54 +01:00
cryptonite_scrypt.c Avoid endianess problems in integerify() 2015-08-27 14:52:03 +02:00
cryptonite_sha1.c [hash] mark update function buffer as const 2015-04-18 12:20:38 +01:00
cryptonite_sha1.h [hash] mark update function buffer as const 2015-04-18 12:20:38 +01:00
cryptonite_sha3.c [hash] mark update function buffer as const 2015-04-18 12:20:38 +01:00
cryptonite_sha3.h [hash] mark update function buffer as const 2015-04-18 12:20:38 +01:00
cryptonite_sha256.c [hash] mark update function buffer as const 2015-04-18 12:20:38 +01:00
cryptonite_sha256.h [hash] mark update function buffer as const 2015-04-18 12:20:38 +01:00
cryptonite_sha512.c [HASH] re-enable SHA512t 2015-05-06 07:53:51 +01:00
cryptonite_sha512.h [HASH] re-enable SHA512t 2015-05-06 07:53:51 +01:00
cryptonite_skein256.c [hash] mark update function buffer as const 2015-04-18 12:20:38 +01:00
cryptonite_skein256.h [hash] mark update function buffer as const 2015-04-18 12:20:38 +01:00
cryptonite_skein512.c [hash] mark update function buffer as const 2015-04-18 12:20:38 +01:00
cryptonite_skein512.h [hash] mark update function buffer as const 2015-04-18 12:20:38 +01:00
cryptonite_skein.h merge cryptohash 2014-07-07 14:55:55 +01:00
cryptonite_sysrand.c [random] add missing header 2015-06-01 14:02:47 +01:00
cryptonite_tiger.c [hash] mark update function buffer as const 2015-04-18 12:20:38 +01:00
cryptonite_tiger.h [hash] mark update function buffer as const 2015-04-18 12:20:38 +01:00
cryptonite_whirlpool.c merge cryptohash 2014-07-07 14:55:55 +01:00
cryptonite_whirlpool.h merge cryptohash 2014-07-07 14:55:55 +01:00