-
Notifications
You must be signed in to change notification settings - Fork 15
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
Reconsider PRG choice #209
Comments
Thanks for kicking off this discussion, Simon! Here are my personal views on these points at the moment.
In my opinion, more security analysis is required before we consider this change. I think it would be sufficient to prove that Regarding performance:
This sounds reasonable. We used cSHAKE128 because (1) we need an XOF and (2) there is baked in domain separation for the customization and binder strings. All we would need to do to go to SHAKE128 is roll this domain separation bit ourselves. |
A couple of additional options to flag here:
|
I'd like to plan to replace cSHAKE128 with SHAKE128 in the next draft (draft-07). I think I'd like to get feedback from CFRG on whether to use SHA2 (via |
This is superseded by #299. |
If we reconsider our choice of PRG we should take into account that:
The text was updated successfully, but these errors were encountered: