summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2017-04-19 20:26:02 -0400
committerJoey Hess <joeyh@joeyh.name>2017-04-19 20:26:02 -0400
commitc4a04ead453bf783b79c5c0b263f657275794b25 (patch)
treee2089784d87ff3d91fb6ddeab07af8e3d6ba6976
parent20948be26109df3dc12fd4e3421d87b86db999ae (diff)
downloaddebug-me-c4a04ead453bf783b79c5c0b263f657275794b25.tar.gz
todo
-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