Commit Graph

2 Commits

Author SHA1 Message Date
Russ Magee e3842e4219 Removed channel-based server loop goroutine, solving eaten initial byte issue.
Made receivers on hkex.Conn mutators *Conn again (whoops)
TODO: Consider: padding (? probably not, XORKeyStream OFB/CBC/etc. modes prevent
constant header/crib exposure, and would add lots of complexity to Read/Write)
TODO: Add CTR, other modes
2018-01-20 21:20:49 -08:00
Russ Magee 78edf1c130 Tucked dbg{client/server} away for testing 2018-01-12 22:47:57 -08:00
Renamed from demo/server.go (Browse further)