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
const
Currently the s2n-bignum header files do not eagerly attach the const qualifier to buffer arguments, but this causes users to introduce const casts. The customized version of AWS-LC has const already attached: https://github.com/aws/aws-lc/blob/main/third_party/s2n-bignum/include/s2n-bignum_aws-lc.h
Probably we can automatize generation of the function signatures from specifications.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently the s2n-bignum header files do not eagerly attach the
const
qualifier to buffer arguments, but this causes users to introduce const casts.The customized version of AWS-LC has const already attached: https://github.com/aws/aws-lc/blob/main/third_party/s2n-bignum/include/s2n-bignum_aws-lc.h
Probably we can automatize generation of the function signatures from specifications.
The text was updated successfully, but these errors were encountered: