Skip to content
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

mbedtls_ecp_point_read_binary from compressed fmt #6282

Merged
merged 7 commits into from
Dec 22, 2022

Commits on Oct 3, 2022

  1. mbedtls_ecp_point_read_binary from compressed fmt

    mbedtls_ecp_point_read_binary from MBEDTLS_ECP_PF_COMPRESSED format
    
    Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
    gstrauss committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    2ff7711 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2022

  1. comments and whitespace

    Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
    gstrauss committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    369bfb9 View commit details
    Browse the repository at this point in the history
  2. comment

    Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
    gstrauss committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    cbfd5e9 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2022

  1. use MPI_ECP_* macros in mbedtls_ecp_sw_derive_y()

    Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
    gstrauss committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    fcabc28 View commit details
    Browse the repository at this point in the history
  2. move mbedtls_ecp_sw_derive_y after MPI_ECP_ macros

    Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
    gstrauss committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    4524161 View commit details
    Browse the repository at this point in the history
  3. Extract common code for computing X^3 + AX + B

    Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
    mpg authored and gstrauss committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    8b6d14b View commit details
    Browse the repository at this point in the history
  4. remove duplicated consecutive preproc directives

    Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
    gstrauss committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    efde9d5 View commit details
    Browse the repository at this point in the history