| .. |
|
aes
|
cryptonitize AES, and add foreign function interfaces to it (not exported).
|
2015-04-05 10:44:23 +01:00 |
|
curve25519
|
add initial support for curve25519
|
2015-01-27 06:20:19 +00:00 |
|
ed25519
|
[Ed25519] typo in C file
|
2015-04-19 09:21:19 +01:00 |
|
p256
|
fix a bug in serialization
|
2015-05-30 10:37:24 +01:00 |
|
cryptonite_aes.c
|
[AES] add prefix cryptonite_aes_ prefix everwhere
|
2015-04-11 15:08:44 +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_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
|
merge cipher-aes C files in cryptonite
|
2015-01-15 04:58:25 -08:00 |
|
cryptonite_cpu.h
|
merge cipher-aes C files in cryptonite
|
2015-01-15 04:58:25 -08: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
|
add a working implementation of scrypt.
|
2014-08-23 16:36:29 +01: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 sysrand base. WIP
|
2015-06-01 13:37:32 +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 |