- Take another branca implementation (eg. pybranca)
- Encode binary data
f = Branca(fromstring(key))
ct = f.encode(b"\x80")
- Pass
ct do decode in this implementation
-> it will return b'\xef\xbf\xbd'
The spec allows binary data:
..... serialized by MessagePack or Protocol Buffers. from branca.io