Skip to content

Commit 27312f8

Browse files
committed
Another missing "strictly"
Issue #162
1 parent 494e27f commit 27312f8

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
@@ -1215,7 +1215,7 @@ Relying parties will locally retain up to `2 * max_landmarks` hashes ({{trusted-
12151215
This line MUST satisfy the following, otherwise it is invalid:
12161216
* `num_active_landmarks <= max_landmarks`
12171217
* `num_active_landmarks <= last_landmark`
1218-
* `num_active_landmarks + 1` lines each containing a single non-negative decimal integer, containing a tree size. Numbered from zero to `num_active_landmarks`, line `i` contains the tree size for landmark `last_landmark - i`. The integers MUST be monotonically decreasing and lower or equal to the log's latest tree size.
1218+
* `num_active_landmarks + 1` lines each containing a single non-negative decimal integer, containing a tree size. Numbered from zero to `num_active_landmarks`, line `i` contains the tree size for landmark `last_landmark - i`. The integers MUST be strictly monotonically decreasing and lower or equal to the log's latest tree size.
12191219

12201220
### Allocating Landmarks
12211221

0 commit comments

Comments
 (0)