libgocryptfs/cryptfs
Jakob Unterwurzacher 902babdf22 Refactor ciphertext <-> plaintext offset translation functions
Move all the intelligence into the new file address_translation.go.
That the calculations were spread out too much became apparent when adding
the file header. This should make the code much easier to modify in the
future.
2015-11-01 12:11:36 +01:00
..
address_translation.go Refactor ciphertext <-> plaintext offset translation functions 2015-11-01 12:11:36 +01:00
config_file.go Refactor ciphertext <-> plaintext offset translation functions 2015-11-01 12:11:36 +01:00
content_test.go Refactor ciphertext <-> plaintext offset translation functions 2015-11-01 12:11:36 +01:00
cryptfs.go Refactor ciphertext <-> plaintext offset translation functions 2015-11-01 12:11:36 +01:00
cryptfs_content.go Refactor ciphertext <-> plaintext offset translation functions 2015-11-01 12:11:36 +01:00
cryptfs_names.go Run go fmt 2015-10-04 14:49:47 +02:00
file_header.go Refactor ciphertext <-> plaintext offset translation functions 2015-11-01 12:11:36 +01:00
intrablock.go Refactor ciphertext <-> plaintext offset translation functions 2015-11-01 12:11:36 +01:00
kdf.go Run go fmt 2015-10-04 14:49:47 +02:00
log.go Implement "gocryptfs --passwd" (pasword changing) 2015-10-07 21:26:17 +02:00
names_test.go Add test.bash 2015-10-07 22:09:34 +02:00
nonce.go Run go fmt 2015-10-07 22:59:36 +02:00
openssl_aead.go Use block number as authentication data 2015-10-06 22:27:37 +02:00