bricke/Qt-AES

Support protocol buffers (protobuf)

Closed this issue · 1 comments

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.

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.