Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
IRMA
Github mirrors
irmago
Commits
8c780ff8
Commit
8c780ff8
authored
Sep 28, 2017
by
Sietse Ringers
Browse files
Send multiple ProofP JWTs in issuance
parent
8553270d
Changes
1
Hide whitespace changes
Inline
Side-by-side
keyshare.go
View file @
8c780ff8
...
...
@@ -379,9 +379,9 @@ func (ks *keyshareSession) Finish(challenge *big.Int, responses map[SchemeManage
return
}
message
:=
gabi
.
IssueCommitmentMessage
{
Proofs
:
list
,
Nonce2
:
ks
.
session
.
(
*
IssuanceRequest
)
.
state
.
nonce2
}
for
_
,
response
:=
range
responses
{
message
.
ProofPjwt
=
response
break
message
.
ProofPjwts
=
map
[
string
]
string
{}
for
manager
,
response
:=
range
response
s
{
message
.
ProofPjwts
[
manager
.
String
()]
=
response
}
ks
.
sessionHandler
.
KeyshareDone
(
message
)
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment