summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/TODO b/TODO
index 1bb8903..601eb3f 100644
--- a/TODO
+++ b/TODO
@@ -1,3 +1,7 @@
+* 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.
* 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