We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The hash-to-group function GroupElement::generate performs a conditional negation that restricts the output range unnecessarily: https://github.com/firoorg/firo/blob/master/src/secp256k1/src/cpp/GroupElement.cpp#L383-L385
GroupElement::generate
This function appears only to be used for generating public parameters, but should be documented as unsafe for future use.
The text was updated successfully, but these errors were encountered:
levonpetrosyan93
No branches or pull requests
The hash-to-group function
GroupElement::generate
performs a conditional negation that restricts the output range unnecessarily: https://github.com/firoorg/firo/blob/master/src/secp256k1/src/cpp/GroupElement.cpp#L383-L385This function appears only to be used for generating public parameters, but should be documented as unsafe for future use.
The text was updated successfully, but these errors were encountered: