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) "" ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results