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

Add PrimeFieldBits support to Scalar #579

Merged
merged 11 commits into from
Sep 20, 2023
Merged

Add PrimeFieldBits support to Scalar #579

merged 11 commits into from
Sep 20, 2023

Commits on Sep 12, 2023

  1. Add PrimeFieldBits support to Scalar

    The char_le_bits function is a hack I don't legitimately recommend. I just felt it'd be better to make a PR, which works, than to solely file an issue requesting it as a feature.
    kayabaNerve authored Sep 12, 2023
    Configuration menu
    Copy the full SHA
    8b63cb2 View commit details
    Browse the repository at this point in the history
  2. Sane char_le_bits

    kayabaNerve authored Sep 12, 2023
    Configuration menu
    Copy the full SHA
    22c0d80 View commit details
    Browse the repository at this point in the history
  3. Add bits feature

    kayabaNerve authored Sep 12, 2023
    Configuration menu
    Copy the full SHA
    6fe7d8b View commit details
    Browse the repository at this point in the history
  4. Correct bits feature flagging

    I forgot it was under ff and not exposed by group.
    kayabaNerve authored Sep 12, 2023
    Configuration menu
    Copy the full SHA
    dc276b1 View commit details
    Browse the repository at this point in the history
  5. FieldBits, fmt

    kayabaNerve committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    5b6d4de View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9f8aec1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    268da71 View commit details
    Browse the repository at this point in the history
  8. group-bits feature flag

    kayabaNerve committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    5abdf53 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. Update CHANGELOG.md

    kayabaNerve authored Sep 19, 2023
    Configuration menu
    Copy the full SHA
    f5c321b View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. Configuration menu
    Copy the full SHA
    4dbf578 View commit details
    Browse the repository at this point in the history
  2. Use BASEPOINT_ORDER_PRIVATE instead of BASEPOINT_ORDER

    Co-authored-by: pinkforest(she/her) <[email protected]>
    rozbb and pinkforest authored Sep 20, 2023
    Configuration menu
    Copy the full SHA
    1d57d14 View commit details
    Browse the repository at this point in the history