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

Fix warnings with with arm-none-eabi-gcc 9.8.2 #54

Open
wants to merge 5 commits into
base: gnuk1.2-regnual-fix
Choose a base branch
from

Commits on Sep 4, 2020

  1. silence mempcy() warnings and ensure constant time operation

    Signed-off-by: Trammell hudson <[email protected]>
    osresearch committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    de10146 View commit details
    Browse the repository at this point in the history
  2. avoid array bound warnings on regnual_start and updatekey_store

    Signed-off-by: Trammell hudson <[email protected]>
    osresearch committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    1fbe653 View commit details
    Browse the repository at this point in the history
  3. silence memset() signature warning on arm-none-eabi-gcc 9.2.1

    Signed-off-by: Trammell hudson <[email protected]>
    osresearch committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    131496f View commit details
    Browse the repository at this point in the history
  4. python3.8.2 warns about "is not" with a constant

    Signed-off-by: Trammell hudson <[email protected]>
    osresearch committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    240b1ad View commit details
    Browse the repository at this point in the history
  5. bn256: add bn256_copy_if() for constant time conditoinal copies

    Signed-off-by: Trammell hudson <[email protected]>
    osresearch committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    64d6957 View commit details
    Browse the repository at this point in the history