Support protocol buffers (protobuf)
Closed this issue · 1 comments
nsourligas commented
Hi,
Does anyone know if Qt-AES is supporting the usage of protocol buffers (protobuf) ?
Because I tried to encode and decode a QByteArray with protobuf data and after decoding it's unable to retrieve the correct information.
nsourligas commented
It works perfectly with protobuf!
The problem was that I wasn't passing the already decoded QByteArray when removing padding.
Sorry for bothering you without any particular reason.