encoded = base85ed.encode (original) decoded = base85ed.decode (encoded) assert decoded == original def test_roundtrip_binary (): """ Test roundtrip with pure binary data (all possible byte values) "" ...