obfs4/framing
Yawning Angel 9712aec73b Preliminary support padding, log on panic.
This adds preliminary support for data padding by adding another layer
of encapsulation inside each AEAD frame containing a type and length.
For now, data is still sent unpadded, but the infrastructure for
supporting it is mostly there.

Additionally, use log.Panic[f]() instead of panic through out the code
so that some panics are logged.
2014-05-12 04:51:06 +00:00
..
framing_test.go Initial import. 2014-05-09 10:23:58 +00:00
framing.go Preliminary support padding, log on panic. 2014-05-12 04:51:06 +00:00