pub fn canonical_push_bytes(req: &PushRequest) -> Vec<u8> ⓘExpand description
Build canonical bytes for push request signing. Format: repo_id \0 patch_count \0 (each patch: id \0 op \0 author \0 msg \0 timestamp \0) … branch_count \0 (each: name \0 target \0) …