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

Use RISC Zero BigInt multiplier to accelerate p256 within the zkVM guest #5

Open
wants to merge 12 commits into
base: risczero
Choose a base branch
from

Commits on Jul 3, 2024

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

Commits on Jul 12, 2024

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

Commits on Jul 17, 2024

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

Commits on Jul 24, 2024

  1. remove montgomery form

    tsumian committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    ed800a3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from automata-network/risczero-sm-rm-montgomery

    remove montgomery form
    tsumian authored Jul 24, 2024
    Configuration menu
    Copy the full SHA
    981f761 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. add proptest config

    tsumian committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    9b90720 View commit details
    Browse the repository at this point in the history
  2. fix cargo risczero test

    tsumian committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    f9cbacc View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from automata-network/risczero-sm

    implement risc zero accelerator on p256
    Liao1 authored Jul 29, 2024
    Configuration menu
    Copy the full SHA
    7b5e552 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. fix field implementations

    tsumian committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    6da8859 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. fix mul single

    tsumian committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    85ac5ce View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. fix mul single

    tsumian committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    3493d1d View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. add more fixes to mul single

    tsumian committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    3ae63bd View commit details
    Browse the repository at this point in the history