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

implement bivariate KZG commitment scheme #12

Merged
merged 32 commits into from
Jun 23, 2024

Commits on Jun 13, 2024

  1. initial struct

    zhenfeizhang committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    b391b0b View commit details
    Browse the repository at this point in the history
  2. skeleton

    zhenfeizhang committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    c8872bc View commit details
    Browse the repository at this point in the history
  3. finished srs gen

    zhenfeizhang committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    2dbf0bc View commit details
    Browse the repository at this point in the history
  4. update toml

    zhenfeizhang committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    f7272ad View commit details
    Browse the repository at this point in the history
  5. add msm; commit

    zhenfeizhang committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    ead0e55 View commit details
    Browse the repository at this point in the history
  6. wip

    zhenfeizhang committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    c9c9a63 View commit details
    Browse the repository at this point in the history
  7. wip

    zhenfeizhang committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    20c860f View commit details
    Browse the repository at this point in the history
  8. has error

    zhenfeizhang committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    ef78a91 View commit details
    Browse the repository at this point in the history
  9. fix error in equation

    zhenfeizhang committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    e9efd14 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f0650e9 View commit details
    Browse the repository at this point in the history
  11. wip

    zhenfeizhang committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    d15058a View commit details
    Browse the repository at this point in the history
  12. add benchmarks

    zhenfeizhang committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    45e68fa View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    fd6292e View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. wip

    zhenfeizhang committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    d54a9e7 View commit details
    Browse the repository at this point in the history
  2. 1

    zhenfeizhang committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    81668ee View commit details
    Browse the repository at this point in the history
  3. prob pass tests

    zhenfeizhang committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    a776647 View commit details
    Browse the repository at this point in the history
  4. fix bug

    zhenfeizhang committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    df2485e View commit details
    Browse the repository at this point in the history
  5. clean up

    zhenfeizhang committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    db88d32 View commit details
    Browse the repository at this point in the history
  6. clean up

    zhenfeizhang committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    102fa61 View commit details
    Browse the repository at this point in the history
  7. update CI

    zhenfeizhang committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    377a122 View commit details
    Browse the repository at this point in the history
  8. clean up

    zhenfeizhang committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    5165f4a View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. fix clippy

    zhenfeizhang committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    72e386d View commit details
    Browse the repository at this point in the history
  2. finished benchmark

    zhenfeizhang committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    14b1f14 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. wip

    zhenfeizhang committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    755be3f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7da6a48 View commit details
    Browse the repository at this point in the history
  3. fix bug in bi-fft

    zhenfeizhang committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    aa89085 View commit details
    Browse the repository at this point in the history
  4. clean up

    zhenfeizhang committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    2d4c6c9 View commit details
    Browse the repository at this point in the history
  5. wip

    zhenfeizhang committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    ba69d14 View commit details
    Browse the repository at this point in the history
  6. clean up

    zhenfeizhang committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    8636b2c View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. clean up

    zhenfeizhang committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    2702817 View commit details
    Browse the repository at this point in the history
  2. clean up; fix clippy

    zhenfeizhang committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    37cb42f View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2024

  1. Merge branch 'main' into bi-kzg

    Signed-off-by: Tiancheng Xie <[email protected]>
    niconiconi committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    447530d View commit details
    Browse the repository at this point in the history