Skip to content

Commit edbcb0a

Browse files
committed
Fix typo
This is proof evaluation, not proof verification.
1 parent 24e4ff9 commit edbcb0a

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
@@ -427,7 +427,7 @@ Given a subtree inclusion proof, `inclusion_proof`, for entry `index`, with hash
427427

428428
1. For each value `p` in the `inclusion_proof` array:
429429

430-
1. If `sn` is 0, then stop the iteration and fail the proof verification.
430+
1. If `sn` is 0, then stop the iteration and fail proof evaluation.
431431

432432
1. If `LSB(fn)` is set, or if `fn` is equal to `sn`, then:
433433

0 commit comments

Comments
 (0)