summaryrefslogtreecommitdiff
path: root/cryptfs/content_test.go
AgeCommit message (Collapse)Author
2015-10-04Run go fmtJakob Unterwurzacher
2015-10-04intraBlock: Rename Offset to SkipJakob Unterwurzacher
"Offset" is unclear whether it is an offset from the start of file or start of block. "Skip" seems much better.
2015-10-04Add BlockNoPlainOff() and BlockNoCipherOff() + testJakob Unterwurzacher
Also, fix key, it is now []byte, not [16]byte
2015-09-08tests: add TestCiphertextRangeJakob Unterwurzacher
2015-09-07Add tests for name encryption and byte range splittingJakob Unterwurzacher