tatey / trace_privately

A robust and fully featured key server for the TracePrivately iOS app
https://trace-privately-demo.herokuapp.com
MIT License
1 stars 0 forks source link

Support for MsgPack #23

Open tatey opened 4 years ago

tatey commented 4 years ago

This will mean a smaller payload. We should probably store the data in its raw binary form rather than a base64 encoded string too.

See https://github.com/CrunchyBagel/TracePrivately/pull/44

HendX commented 4 years ago

Agreed on storing it in binary. I just avoided this for now in the reference implementation because I'm dealing with PHP and my PHP skills are somewhat outdated - I just remember PHP having a lot of issues with dealing with things like binary data or UTF.