Commit ranges for selective disclosure

interface CommitRanges {
    recv: Range[];
    sent: Range[];
}

Properties

Properties

recv: Range[]

Byte ranges of received data to reveal

sent: Range[]

Byte ranges of sent data to reveal