diff --git a/index.html b/index.html index 324775a..4845651 100644 --- a/index.html +++ b/index.html @@ -1749,15 +1749,15 @@
-A number of cryptographic suites follow the same basic pattern when expressing a -data integrity proof. This section specifies that general design pattern, a -cryptographic suite type called a `DataIntegrityProof`, which reduces the burden -of writing and implementing cryptographic suites through the reuse of design -primitives and source code. +A number of [=cryptographic suites=] follow the same basic pattern when +expressing a [=data integrity proof=]. This section specifies that general +design pattern, a [=cryptographic suite=] type called a `DataIntegrityProof`, +which reduces the burden of writing and implementing [=cryptographic suites=] +through the reuse of design primitives and source code.
-When specifing a cryptographic suite that utilizes this design pattern, the +When specifing a [=cryptographic suite=] that utilizes this design pattern, the `proof` value takes the following form:
@@ -1769,18 +1769,18 @@-Cryptographic suite designers MUST use mandatory `proof` value properties +[=Cryptographic suite=] designers MUST use mandatory `proof` value properties defined in Section [[[#proofs]]], and MAY define other properties specific to their cryptographic suite.
@@ -1807,8 +1807,9 @@