1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-06 00:03:32 +00:00

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
This commit is contained in:
Klaus Post
2020-08-13 08:14:11 -07:00
committed by GitHub
parent 770a6f2cad
commit cb7534dcdf
8 changed files with 363 additions and 4 deletions

1
.gitignore vendored
View File

@@ -9,3 +9,4 @@ rclone.iml
*.test
*.log
*.iml
fuzz-build.zip