libgocryptfs/internal/contentenc
Jakob Unterwurzacher 6c3f97399a Rename internal "toggledlog" package to "tlog"
tlog is used heavily everywhere and deserves a shorter name.

Renamed using sed magic, without any manual rework:

   find * -type f -exec sed -i 's/toggledlog/tlog/g' {} +
2016-06-15 23:30:44 +02:00
..
content.go Rename internal "toggledlog" package to "tlog" 2016-06-15 23:30:44 +02:00
content_api.go Run go fmt 2016-02-06 20:23:36 +01:00
content_test.go Enable openssl in tests to support old Go versions 2016-03-03 00:59:58 +01:00
file_header.go Run go fmt 2016-02-06 20:23:36 +01:00
intrablock.go Major refactoring: Split up "cryptfs" into several internal packages 2016-02-06 19:22:35 +01:00
offsets.go Rename internal "toggledlog" package to "tlog" 2016-06-15 23:30:44 +02:00