From c7d5955e6d8cba8c5423ff850307ce461e2e9133 Mon Sep 17 00:00:00 2001 From: Andrew Jones Date: Tue, 2 Jul 2024 10:16:21 -0400 Subject: [PATCH] Remove proof options from base proof serialization again. --- index.html | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index 240af28..066dc87 100644 --- a/index.html +++ b/index.html @@ -1513,11 +1513,8 @@

Base Proof Serialization (bbs-2023)

|commitment_with_proof| input MUST be supplied; if not supplied, an error MUST be raised and SHOULD convey an error type of PROOF_GENERATION_ERROR. -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 -represented as series of bytes is produced as output. +A single digital proof value represented as series of bytes is produced +as output.