summaryrefslogtreecommitdiffhomepage
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 2 insertions, 4 deletions
diff --git a/TODO b/TODO
index 601eb3f..c9e93ec 100644
--- a/TODO
+++ b/TODO
@@ -1,7 +1,5 @@
-* JSON serialization of signatures uses base64, and
- does not compress well. gzip -9 of just the base64 signature
- is 113 bytes, double the 64 byte actual size. Find a more efficient
- encoding for bytestrings in JSON.
+* Use protobuf for serialization, to make non-haskell implementations
+ easier?
* Leave the prevMessage out of Activity serialization to save BW.
Do include it in the data that gets signed, so it can be recovered
by trying each likely (recently seen) Activity as the prevMessage, and