Skip to content

const qualifiers in s2n-bignum header file #167

Open
@aqjune-aws

Description

@aqjune-aws

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions