The BIP 77 spec is not fully up to date with these changes: - [x] short IDs - [x] uppercase bech32 fragment parameters - [x] RK1 fragment parameter - [x] ellswift encoding in DHKEM, bit uniformity of payload - [x] ensure DHKEM is sufficiently documented in BIP 77 in an unambiguous spec, since it's a draft RFC now - [x] padding rules for inner and outer messages - [x] incl. `pub const INFO_A: &[u8; 8] = b"PjV2MsgA";, pub const INFO_B: &[u8; 8] = b"PjV2MsgB";` Additionally the document can be improved: - [ ] UI/UX and privacy tradeoffs of relay and directory choices - [x] diagrams for byte representations of the payloads - [x] ascii sequence diagram to plantuml? - [x] Describe bip21 as a potential bootstrap mechanism where TLS is unavailable - [ ] PUT for v1 backwards compatible replies is implemented but not specified - [ ] #1025 - [ ] HTTP status codes - [ ] req-pj in spec but not implemented - [ ] #1198 - [ ] deprecate BIP 78 compatibility?
The BIP 77 spec is not fully up to date with these changes:
pub const INFO_A: &[u8; 8] = b"PjV2MsgA";, pub const INFO_B: &[u8; 8] = b"PjV2MsgB";Additionally the document can be improved: