rclone/crypt
Nick Craig-Wood 8a6a8b9623 Change List interface and add ListR optional interface
This simplifies the implementation of remotes.  The only required
interface is now `List` which is a simple one level directory list.

Optionally remotes may implement `ListR` if they have an efficient way
of doing a recursive list.
2017-06-14 16:49:40 +01:00
..
pkcs7 Implement crypt for encrypted remotes - #219 2016-08-23 17:45:37 +01:00
cipher_test.go Fix problems found with ineffassign 2017-06-13 11:52:36 +01:00
cipher.go crypt: Fix obfuscate filename encryption method 2017-04-22 09:16:00 +01:00
crypt2_test.go Change List interface and add ListR optional interface 2017-06-14 16:49:40 +01:00
crypt3_test.go Change List interface and add ListR optional interface 2017-06-14 16:49:40 +01:00
crypt_config_test.go crypt: add integration tests for obfuscate name encryption 2017-03-29 17:57:10 +01:00
crypt_test.go Change List interface and add ListR optional interface 2017-06-14 16:49:40 +01:00
crypt.go Change List interface and add ListR optional interface 2017-06-14 16:49:40 +01:00