Restore the symmetry between *StringSymmetric functions
authorKevin Ottens <kevin.ottens@nextcloud.com>
Mon, 10 Aug 2020 09:08:15 +0000 (11:08 +0200)
committerKevin Ottens <kevin.ottens@nextcloud.com>
Mon, 10 Aug 2020 11:13:19 +0000 (13:13 +0200)
commit54a19945fdb717c7e0c3ac37827ebfa3bc563ebf
treeda73967d141ad2a25c29fbf4e5b77b016d47668b
parent26b88131cccde14ae29ccc03f97deecb3963ec20
Restore the symmetry between *StringSymmetric functions

If we receive data without base64 encoding for encryption, it makes
sense to get it without base64 encoding out of decryption.

Signed-off-by: Kevin Ottens <kevin.ottens@nextcloud.com>
src/libsync/clientsideencryption.cpp
test/testclientsideencryption.cpp