[TBOR] Support up to 128-byte key labels in TBOR masked-key format (parity with MBOR)
Closed
Task
- Dominant language
- Rust
- Stars
- 3
- Forks
- 17
- Avg merge
- 8d 10h
- Merged PRs (30d)
- 24
Description
The TBOR masked-key format caps key_label at 32 bytes, while the MBOR format (and the C-FFI path into it) allows 128 bytes (DDI_MAX_KEY_LABEL_LENGTH). A caller that sets a 33–128 byte label succeeds over MBOR/V1 but is rejected over TBOR/V2, so the two transports aren't at parity. This is a wire/format change requiring a coordinated update
Contributor guide
Assessment
This issue has not been assessed yet.