1
mirror of https://github.com/rclone/rclone synced 2024-11-29 07:55:12 +01:00
rclone/lib/encoder/filename
Klaus Post cb7534dcdf
lib: Add file name compression
Allows to compress short arbitrary strings and returns a string using base64 url encoding.

Generator for tables included and a few samples has been added. Add more to init.go

Tested with fuzzing for crash resistance and symmetry, see fuzz.go
2020-08-13 16:14:11 +01:00
..
decode.go lib: Add file name compression 2020-08-13 16:14:11 +01:00
encode.go lib: Add file name compression 2020-08-13 16:14:11 +01:00
fuzz.go lib: Add file name compression 2020-08-13 16:14:11 +01:00
gentable.go lib: Add file name compression 2020-08-13 16:14:11 +01:00
init.go lib: Add file name compression 2020-08-13 16:14:11 +01:00