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

Generate addition chains for exponentiation by fixed value in Sqrt #97

Merged
merged 16 commits into from
Nov 12, 2021

Commits on Nov 10, 2021

  1. Configuration menu
    Copy the full SHA
    c5fcede View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4fef9be View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2021

  1. Configuration menu
    Copy the full SHA
    b1dcc5f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    53053f2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    17c25d4 View commit details
    Browse the repository at this point in the history
  4. build: run go mod tidy

    gbotrel committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    dc0c4b4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3048245 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7130328 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    02bd23a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6d5c7db View commit details
    Browse the repository at this point in the history
  9. fix: temporaries element in addition chain back to pointers, they wil…

    …l be on the stack anyway, simple template
    gbotrel committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    3dfcc4d View commit details
    Browse the repository at this point in the history
  10. style: code cleaning

    gbotrel committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    d5f9ab4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    978e832 View commit details
    Browse the repository at this point in the history
  12. fix: fixed exp takes a value, not a pointer. also random field genera…

    …tion test don't generate addchains
    gbotrel committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    0e18956 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0020165 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b150340 View commit details
    Browse the repository at this point in the history