-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
remove todos from crypto library #444
Conversation
Signed-off-by: KAO <kao@zurich.ibm.com>
Signed-off-by: KAO <kao@zurich.ibm.com>
token/core/zkatdlog/crypto/setup.go
Outdated
// the curve exists | ||
// the idemix params are all set, | ||
// and so on | ||
err := pp.Validate() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we perform the checks listed in the todo?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shall we remove this from here? The developer can call validate after deserialization.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Validate perform all checks. Do you mean that we do not validate the public parameters here?
Signed-off-by: KAO <kao@zurich.ibm.com>
Signed-off-by: Angelo De Caro <adc@zurich.ibm.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Signed-off-by: KAO kao@zurich.ibm.com