write down BLOBS spec into soledad documentation
gather all the BLOBS specs in a single document in soledad repo.
This is a META issue.
for reference, I think the http://soledad.readthedocs.io/en/latest/incoming_box.html gives a good structure to follow.
Sections of the spec:
- blob format: preamble and encoding.
- client transfer #8690
- client backend: sqlcipher blobs
- server backed: filesystem storage.
- sync #8966 (closed)
some known pending issues (future):
- rounding of size #8759