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: SECP related hints #1829

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Commits on Aug 29, 2024

  1. feat: secp-related hints

    Problem: we need an implementation of the hints used by the Starknet OS
    in the secp syscalls. These hints rely on private primitives in
    `cairo-vm` and need to be implemented here.
    
    Solution: this PR adds an implementation of all the hints that require
    `cairo-vm` primitives in the `cairo-vm` repository.
    whichqua authored and odesenfans committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    92cbf06 View commit details
    Browse the repository at this point in the history
  2. PR link in changelog

    odesenfans committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    40ebe36 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

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

Commits on Oct 16, 2024

  1. Configuration menu
    Copy the full SHA
    be51042 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b3db7d4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eaccbb8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f56cb5c View commit details
    Browse the repository at this point in the history