uquic/crypto
2016-05-05 15:19:54 +02:00
..
AEAD.go change AEAD interface to use byte slices, simplifying its usage 2016-04-18 14:37:34 +02:00
cert_dict.go use dictionary to compress certificates 2016-04-15 20:40:43 +02:00
chacha20poly1305_aead.go move to chacha20poly1305 fork 2016-05-05 15:19:54 +02:00
chacha20poly1305_aead_test.go change AEAD interface to use byte slices, simplifying its usage 2016-04-18 14:37:34 +02:00
crypto_suite_test.go add test for RSA proof 2016-04-12 15:05:04 +02:00
curve_25519.go fix randomness 2016-04-21 13:48:42 +02:00
curve_25519_test.go add curve25519 key exchange 2016-04-12 15:20:16 +02:00
key_derivation.go implement forward secure encryption 2016-04-16 22:08:57 +02:00
key_derivation_test.go fix key derivation test 2016-04-16 22:22:33 +02:00
key_exchange.go add curve25519 key exchange 2016-04-12 15:20:16 +02:00
null_aead.go move fnv128a implementation to separate package 2016-05-04 17:26:44 +02:00
null_aead_test.go change AEAD interface to use byte slices, simplifying its usage 2016-04-18 14:37:34 +02:00
proof_rsa.go replace certificate path with tls.Config instance throughout the server 2016-05-03 16:41:25 +02:00
proof_rsa_test.go replace certificate path with tls.Config instance throughout the server 2016-05-03 16:41:25 +02:00
signer.go introduce crypto.Signer interface and hide RSA implementation 2016-04-17 00:22:26 +02:00