Dev Diary 15/10/2018
- talked: %7bI0b8/...
- learned enough about base64 canonicity to recommend enforcing it: %5kJUD3o...
- implemented the VarU64 format (good thing I already had that crate name on cargo.rs) and wrote a spec: https://github.com/AljoschaMeyer/varu64-rs
- fixed a problem with bpmux: https://github.com/AljoschaMeyer/bpmux/commit/fd2eb85f2bff162609363b4037d5f6098cbee82e
- bpmux-rel isn't updated yet, that'll wait until I get to implementing it
- generalized and slightly modified the yamf-pubkey and yamf-hash formats into a single type-length-value encoding format without semantic assumptions, and implemented most of it: https://github.com/AljoschaMeyer/ctlv