libgocryptfs/internal/cryptocore
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
..
cryptocore.go stupidgcm: completely replace spacemonkeygo/openssl 2016-05-04 19:56:07 +02:00
cryptocore_go1.4_test.go cryptocore: support Go 1.4 in tests 2016-05-05 00:09:08 +02:00
cryptocore_go1.5_test.go stupidgcm: skip tests on Go 1.4 and older 2016-05-05 00:09:08 +02:00
cryptocore_test.go cryptocore: support Go 1.4 in tests 2016-05-05 00:09:08 +02:00
gcm_go1.4.go Rename internal "toggledlog" package to "tlog" 2016-06-15 23:30:44 +02:00
gcm_go1.5.go Major refactoring: Split up "cryptfs" into several internal packages 2016-02-06 19:22:35 +01:00
nonce.go Rename internal "toggledlog" package to "tlog" 2016-06-15 23:30:44 +02:00