Skip to content

Commit 0012b78

Browse files
authored
Merge pull request #145 from davidben/lukevalenta-patch-1
Clarify loop exit condition in subtree inclusion proof verification
2 parents 7d0cadd + 891a74a commit 0012b78

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

draft-davidben-tls-merkle-tree-certs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ Given a subtree inclusion proof, `inclusion_proof`, for entry `index`, with hash
429429

430430
1. Set `r` to `HASH(0x01 || p || r)`.
431431

432-
1. If `LSB(fn)` is not set, then right-shift both `fn` and `sn` equally until either `LSB(fn)` is set or `fn` is 0.
432+
1. Until `LSB(fn)` is set, right-shift `fn` and `sn` equally.
433433

434434
Otherwise:
435435

0 commit comments

Comments
 (0)