diff --git a/index.html b/index.html index 6dccbc0de..369208444 100644 --- a/index.html +++ b/index.html @@ -4163,10 +4163,10 @@

Securing Mechanism Specifications

JOSE/COSE header parameters and signatures. Specifications MAY provide additional mechanisms to convey other information that might be helpful (for example, during validation or for debugging purposes), such as securing mechanism data. A securing mechanism's -verification algorithm MUST provide an interface that receives a sequence of -bytes ([=byte sequence=] |inputBytes|) or a document ([=map=] |inputDocument|) -and a media type ([=string=] |inputMediaType|) as inputs and returns a -verification result with at least the following [=struct/items=]: +verification algorithm MUST provide an interface that receives inputs of a media +type ([=string=] |inputMediaType|) paired with either a sequence of bytes +([=byte sequence=] |inputBytes|) or a document ([=map=] |inputDocument|), and +returns a verification result with at least the following [=struct/items=]:

@@ -4758,11 +4758,10 @@

Verification

This section contains an algorithm that [=conforming verifier implementations=] MUST run when verifying a [=verifiable credential=] or a -[=verifiable presentation=]. This algorithm takes a sequence of bytes -([=byte sequence=] |inputBytes|) or a document -([=map=] |inputDocument|) and a media type -([=string=] |inputMediaType|) as inputs, and returns a [=map=] -that contains the following: +[=verifiable presentation=]. This algorithm takes inputs of a media +type ([=string=] |inputMediaType|) paired with either a sequence of bytes +([=byte sequence=] |inputBytes|) or a document ([=map=] |inputDocument|), +and returns a [=map=] that contains the following: