Commit Graph

3 Commits (c3acefb7e5aa5ef4cd65fc77ad4caa917efda130)

Author SHA1 Message Date
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.
10 years ago
Yawning Angel e6a8d57a23 Remove a comment that I forgot to delete, no functional changes. 10 years ago
Yawning Angel ef38b844f9 Initial import. 10 years ago