Closed mpcsh closed 8 years ago
Alright, ready for review!
I have no idea what the travis bug down there is
Sounds real:
--- FAIL: TestNewlineInFrame (0.01s)
armor62_encrypt_test.go:86: Error in framing: wrong number of words (6)
Oof, didn't notice that. Will fix.
Fixed in ca6b1d0
:ship: with comments above. I can show you how to push it to saltpack.org.
frame.go
now handles arbitrary amounts and combinations of whitespace in between words in either the header or the footer. It doesn't work with whitespace in the middle of a word (e.g. 'KEY BASE'), so the spec has been updated as we decided we don't want it to do that.