Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Plonky3/Plonky3
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: ProjectZKM/Plonky3
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 17 commits
  • 45 files changed
  • 7 contributors

Commits on Dec 1, 2024

  1. chore: add Clone to provedata

    eigmax committed Dec 1, 2024
    Configuration menu
    Copy the full SHA
    8be34e2 View commit details
    Browse the repository at this point in the history
  2. chore: add sync trait to Radix2DitParallel

    eigmax committed Dec 1, 2024
    Configuration menu
    Copy the full SHA
    1271fd8 View commit details
    Browse the repository at this point in the history
  3. chore: add serde to DuplexChallenger

    eigmax committed Dec 1, 2024
    Configuration menu
    Copy the full SHA
    d9d6da6 View commit details
    Browse the repository at this point in the history
  4. chore: add serde to DuplexChallenger

    eigmax committed Dec 1, 2024
    Configuration menu
    Copy the full SHA
    41a2ac7 View commit details
    Browse the repository at this point in the history
  5. chore: add serde to internal&external layer

    eigmax committed Dec 1, 2024
    Configuration menu
    Copy the full SHA
    0f5b459 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2024

  1. chore: add serde to internal&external layer

    eigmax committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    ef0f2d2 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2024

  1. chore: add serde for MultiField32Challenger

    eigmax committed Dec 4, 2024
    Configuration menu
    Copy the full SHA
    bcc257e View commit details
    Browse the repository at this point in the history
  2. chore: add serde for MultiField32Challenger

    eigmax committed Dec 4, 2024
    Configuration menu
    Copy the full SHA
    347db69 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2024

  1. chore: serde TwoAdicMultiplicativeCoset

    eigmax committed Dec 11, 2024
    Configuration menu
    Copy the full SHA
    9b76bcb View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2024

  1. add some import

    blake-pro committed Dec 12, 2024
    Configuration menu
    Copy the full SHA
    46507a3 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2025

  1. fix: use futex to replace refcell to avoid data race (#1)

    * fix: 2-dic race
    
    * chore: add a method to expose an attribute (#2)
    
    ---------
    
    Co-authored-by: Jingping Yin <[email protected]>
    eigmax and felicityin authored Feb 5, 2025
    Configuration menu
    Copy the full SHA
    b1b8ee3 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2025

  1. feat: m31 serde (#3)

    * feat: add serde to M31
    
    * fix: ser type
    eigmax authored Feb 13, 2025
    Configuration menu
    Copy the full SHA
    acacc21 View commit details
    Browse the repository at this point in the history
  2. fix: remove dead code

    eigmax committed Feb 13, 2025
    Configuration menu
    Copy the full SHA
    afa0128 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2025

  1. Configuration menu
    Copy the full SHA
    223072f View commit details
    Browse the repository at this point in the history
  2. fix: fix serialize for m256i (#4)

    * fix: fix serialize for m256i
    
    * test: update test.
    
    * fix: add dependencies for goldilocks
    VanhGer authored Feb 18, 2025
    Configuration menu
    Copy the full SHA
    93967fc View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2025

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

Commits on Sep 30, 2025

  1. feat: adapt to gpu (#7)

    * feat: adapt to gpu
    
    * feat: add zero(), one(), two(), neg_one()
    
    * chore: change *= to *
    
    * fix: quotient values
    
    * chore: derive #[inline(always)]
    felicityin authored Sep 30, 2025
    Configuration menu
    Copy the full SHA
    faa24ca View commit details
    Browse the repository at this point in the history
Loading