rclone/backend/crypt
Nick Craig-Wood e52ecba295 crypt: check the crypted hash of files when uploading
This checks the checksum of the streamed encrypted data against the
checksum of the encrypted object returned from the remote and returns
an error if it is different.
2018-05-15 14:50:36 +01:00
..
pkcs7 Move all backends into backend directory 2018-01-12 17:07:38 +00:00
cipher.go Use io.SeekStart/End/Current constants now for go1.7+ 2018-04-07 11:42:36 +01:00
cipher_test.go Use io.SeekStart/End/Current constants now for go1.7+ 2018-04-07 11:42:36 +01:00
crypt.go crypt: check the crypted hash of files when uploading 2018-05-15 14:50:36 +01:00
crypt_test.go Make integration tests use go1.7+ nested tests 2018-04-08 15:04:14 +01:00