MCPcopy
hub / github.com/rclone/rclone / caseInsensitiveBase32Encoding

Struct caseInsensitiveBase32Encoding

backend/crypt/cipher.go:133–133  ·  view source on GitHub ↗

caseInsensitiveBase32Encoding defines a file name encoding using a modified version of standard base32 as described in RFC4648 The standard encoding is modified in two ways - it becomes lower case (no-one likes upper case filenames!) - we strip the padding character `=`

Source from the content-addressed store, hash-verified

131// - it becomes lower case (no-one likes upper case filenames!)
132// - we strip the padding character `=`
133type caseInsensitiveBase32Encoding struct{}
134
135// EncodeToString encodes a string using the modified version of
136// base32 encoding.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected