You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -647,7 +647,7 @@ local function core_proof_gen(ciphersuite, pk, signature, generators, header, ph
localdisclosed_messages= {}
localundisclosed_messages= {}
fori, vinipairs(disclosed_indexes) do
ifi>1anddisclosed_indexes[i] ==disclosed_indexes[i-1] then
ifi>1anddisclosed_indexes[i] ==disclosed_indexes[i-1] then--Arrays are always sorted in proof_gen (line 684) before being passed as input to core_proof_gen