Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
DST
interopehrate
camenisch-lysyanskaya
Commits
808d15c8
Commit
808d15c8
authored
Nov 10, 2016
by
Gijs Van Laer
Browse files
typo in readme
parent
a569ec54
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
README.md
README.md
+1
-1
No files found.
README.md
View file @
808d15c8
...
...
@@ -37,7 +37,7 @@ final Signature sigma = CLSign.sign(messages, keyPair);
Sign Blind:
```
java
final
Element
commitment
=
CLSign
.
commit
(
messages
,
keyPair
.
getPk
());
final
Proof
proof
=
CLSign
.
proofCommitment
(
partialC
ommitment
,
messages
,
keyPair
.
getPk
());
final
Proof
proof
=
CLSign
.
proofCommitment
(
c
ommitment
,
messages
,
keyPair
.
getPk
());
final
Signature
sigma
=
CLSign
.
signBlind
(
commitment
,
proof
,
keyPair
);
```
...
...
Write
Preview
Markdown
is supported
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