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

255 ec basic arithmetic in bbf #296

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

Conversation

AntoineCyr
Copy link
Contributor

@AntoineCyr AntoineCyr commented Jan 25, 2025

  1. new circuits needed for ECDSA implementation:
  • addition mod p
  • negation mod p
  • ec double
  • ec addition
  • ec incomplete addition
  1. Normalizing the variable and other things around the circuits

@AntoineCyr AntoineCyr requested a review from ayashunsky January 25, 2025 00:31
@AntoineCyr AntoineCyr self-assigned this Jan 25, 2025
@AntoineCyr AntoineCyr linked an issue Jan 25, 2025 that may be closed by this pull request
@AntoineCyr AntoineCyr force-pushed the 255-ec-basic-arithmetic-in-bbf branch 4 times, most recently from 70dadc5 to 5ad1ad8 Compare January 25, 2025 01:34
Copy link

github-actions bot commented Jan 25, 2025

Clang Test Results

  174 files  +6    174 suites  +6   16m 14s ⏱️ +27s
8 545 tests +7  8 539 ✅ +7  6 💤 ±0  0 ❌ ±0 
8 611 runs  +7  8 605 ✅ +7  6 💤 ±0  0 ❌ ±0 

Results for commit 1dbe450. ± Comparison against base commit 94766b9.

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented Jan 25, 2025

Gcc Test Results

  174 files  +6    174 suites  +6   17m 16s ⏱️ +41s
8 545 tests +7  8 539 ✅ +7  6 💤 ±0  0 ❌ ±0 
8 611 runs  +7  8 605 ✅ +7  6 💤 ±0  0 ❌ ±0 

Results for commit 1dbe450. ± Comparison against base commit 94766b9.

♻️ This comment has been updated with latest results.

@AntoineCyr AntoineCyr force-pushed the 255-ec-basic-arithmetic-in-bbf branch from 5ad1ad8 to 1dbe450 Compare January 27, 2025 14:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

EC basic arithmetic in bbf
1 participant