Encode the bytes-like object b using base85 (as used in e.g. git-style binary diffs) and return the encoded bytes.
base64.b85encode(b, pad=False)