Lucas Clemente 86b4ffdaaf use chacha20poly1305 instead of AES and include cert in key derivation
Unfortunately QUIC uses non-standard tag sizes with both AES-GCM and
Poly1305. Adopting AES-GCM seems much harder, so I changed it to
Chacha20Poly1305 and only made some slight changes to an existing algo.
This should probably be double-checked at some point.
2016-04-14 23:44:31 +02:00
2016-04-14 20:40:20 +02:00
2016-04-14 19:39:49 +02:00
2016-04-14 17:55:28 +07:00
2016-04-07 17:10:20 +02:00
2016-04-14 19:39:49 +02:00
2016-04-14 19:39:49 +02:00
2016-04-06 23:10:52 +02:00
2016-04-10 18:43:32 +02:00

A QUIC implementation in native Go

Build Status Godoc Reference

This is very much an incomplete, buggy, unperformant and insecure work in progress :)

Description
No description provided
Readme MIT 46 MiB
Languages
Go 99.8%
Shell 0.1%