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

std/sw: use faster double-and-add for scalar multiplication and add constant scalar multiplication fast-path #181

Closed
wants to merge 23 commits into from

Commits on Nov 28, 2021

  1. Configuration menu
    Copy the full SHA
    955d701 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ea0fd5 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2021

  1. Configuration menu
    Copy the full SHA
    878686d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e488d5 View commit details
    Browse the repository at this point in the history
  3. refactor: modified cs_api.go

    ThomasPiellard authored and ivokub committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    bd687a4 View commit details
    Browse the repository at this point in the history
  4. refactor: refactored frontend

    ThomasPiellard authored and ivokub committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    63b1216 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5be0524 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4e906ff View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    914e188 View commit details
    Browse the repository at this point in the history
  8. fix: fixed Select constraint

    ThomasPiellard authored and ivokub committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    787a8c2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6b447fc View commit details
    Browse the repository at this point in the history
  10. fix: fixed ToBinary

    ThomasPiellard authored and ivokub committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    d15c5d2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    22dce0c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f6d274f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    92d4e5a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e27e25a View commit details
    Browse the repository at this point in the history
  15. fix: restored log in parser

    ThomasPiellard authored and ivokub committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    d0725c0 View commit details
    Browse the repository at this point in the history
  16. fix: fixed tests in cs_api_test

    ThomasPiellard authored and ivokub committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    0675e05 View commit details
    Browse the repository at this point in the history
  17. fix: fixed Div

    ThomasPiellard authored and ivokub committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    3398c6c View commit details
    Browse the repository at this point in the history
  18. refactor: VariableID -> WireID

    ThomasPiellard authored and ivokub committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    081d61a View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    c61312c View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    4ca076c View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    7407fa8 View commit details
    Browse the repository at this point in the history