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

feat: Working UltraPlonk for Noir #299

Merged
merged 53 commits into from
Apr 4, 2023
Merged

feat: Working UltraPlonk for Noir #299

merged 53 commits into from
Apr 4, 2023

Commits on Mar 14, 2023

  1. Make dsl composer agnostic.

    suyash67 committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    9b1010e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    30157c6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    106130c View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. Configuration menu
    Copy the full SHA
    19af898 View commit details
    Browse the repository at this point in the history
  2. use ultra logic constraints

    vezenovm committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    c8848be View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. Configuration menu
    Copy the full SHA
    eb7cfb1 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2023

  1. Configuration menu
    Copy the full SHA
    eaff98c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a9337c View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. Configuration menu
    Copy the full SHA
    b932e99 View commit details
    Browse the repository at this point in the history
  2. remove unnecessary comment

    vezenovm committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    fa0801a View commit details
    Browse the repository at this point in the history
  3. (fix) Temporarily add a redundant add-gate for variables that need ra…

    …nge constraint < 8 bits.
    suyash67 committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    355f10d View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2023

  1. Configuration menu
    Copy the full SHA
    32e775b View commit details
    Browse the repository at this point in the history
  2. rename functions

    phated committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    391aa92 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    077053c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4ac8949 View commit details
    Browse the repository at this point in the history
  5. remove constraint system

    phated committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    2cca246 View commit details
    Browse the repository at this point in the history
  6. logic gate changes using plookup

    Maxim Vezenov authored and Maxim Vezenov committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    8f23dc7 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'mv/move-to-ultra' into mv/ultra-range-dbg

    Maxim Vezenov authored and Maxim Vezenov committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    649a2b8 View commit details
    Browse the repository at this point in the history
  8. logic gate debugging

    Maxim Vezenov authored and Maxim Vezenov committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    62a7757 View commit details
    Browse the repository at this point in the history
  9. test for logic gates passing

    Maxim Vezenov authored and Maxim Vezenov committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    5472c56 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. Configuration menu
    Copy the full SHA
    ee6973b View commit details
    Browse the repository at this point in the history
  2. cleanup

    phated committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    f031dd2 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. pedersen_plookup

    phated committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    8a25d81 View commit details
    Browse the repository at this point in the history
  2. plookup funcs

    phated committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    8f4a8aa View commit details
    Browse the repository at this point in the history
  3. add to header

    phated committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    c51815f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a289368 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'mv/ultra-range-dbg' of github.com:AztecProtocol/barrete…

    …nberg into mv/ultra-range-dbg
    zac-williamson committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    5bc8ee4 View commit details
    Browse the repository at this point in the history
  6. added ACIR test for XOR gate

    pedersen hash test now checks y coordinate
    zac-williamson committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    343174a View commit details
    Browse the repository at this point in the history
  7. temp disable wasm-opt

    phated committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    1258995 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    016ba39 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c0cf208 View commit details
    Browse the repository at this point in the history
  10. remove using in header

    phated committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    75fe80c View commit details
    Browse the repository at this point in the history
  11. fixed work queue bug with wasm

    wasm code path was not correctly storing fft outputs in proving key
    zac-williamson committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    840360c View commit details
    Browse the repository at this point in the history
  12. added bitwise logic operations into stdlib

    stdlib method is utility method to provide Composer-agnostic interface due to the use of plookup tables if enabled
    zac-williamson committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    952e2af View commit details
    Browse the repository at this point in the history
  13. updated acir_format to use new stdlib logic class

    Updated ReadMe to include wasm example that supports gtest filtering
    zac-williamson committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    592514e View commit details
    Browse the repository at this point in the history
  14. Merge branch 'mv/ultra-range-dbg' of github.com:AztecProtocol/barrete…

    …nberg into mv/ultra-range-dbg
    zac-williamson committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    138bc73 View commit details
    Browse the repository at this point in the history
  15. reenable tests

    phated committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    8f335a5 View commit details
    Browse the repository at this point in the history
  16. linting fixes

    phated committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    3bdd82a View commit details
    Browse the repository at this point in the history
  17. disable binaryen with comment

    phated committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    72f0a8e View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. write instead of read

    phated committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    c60a65d View commit details
    Browse the repository at this point in the history
  2. remove random

    phated committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    d254d94 View commit details
    Browse the repository at this point in the history
  3. WIP

    phated committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    5772a97 View commit details
    Browse the repository at this point in the history
  4. cleanup the debug logging

    phated committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    e40f842 View commit details
    Browse the repository at this point in the history
  5. restore the randomness

    phated committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    db5c8dd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    71674a5 View commit details
    Browse the repository at this point in the history
  7. remove unused change

    phated committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    3882450 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. Configuration menu
    Copy the full SHA
    dd7fd0a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ab3760 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

  1. Configuration menu
    Copy the full SHA
    6119f1e View commit details
    Browse the repository at this point in the history
  2. USE_TURBO for join_split

    phated committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    b347580 View commit details
    Browse the repository at this point in the history
  3. Empty-Commit

    kevaundray committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    96819b2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0ace234 View commit details
    Browse the repository at this point in the history
  5. Empty-Commit

    kevaundray committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    7b35952 View commit details
    Browse the repository at this point in the history