diff --git a/index.html b/index.html index cc3a54d..e459f9c 100644 --- a/index.html +++ b/index.html @@ -1500,16 +1500,13 @@

Base Proof Serialization (bbs-2023)

Section 4: Algorithms. Required inputs are cryptographic hash data (|hashData|), -proof options (|options|), |featureOption|, and, if required, +|featureOption|, and, if required, |commitment_with_proof|. If |featureOption| is set to `"anonymous_holder_binding"` or `"pseudonym_hidden_pid"`, the |commitment_with_proof| input MUST be supplied; if not supplied, an error SHOULD be returned. -The proof options MUST contain a type identifier for the - -cryptographic suite (|type|) and MAY contain a cryptosuite -identifier (|cryptosuite|). A single digital proof value +A single digital proof value represented as series of bytes is produced as output.