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

MODEXP flag sums and NSR sums fixes #540

Merged
merged 1 commit into from
Dec 9, 2024
Merged

MODEXP flag sums and NSR sums fixes #540

merged 1 commit into from
Dec 9, 2024

Conversation

OlivierBBB
Copy link
Collaborator

No description provided.

@OlivierBBB OlivierBBB changed the title fix: flag sums etc were off for MODEXP MODEXP flag sums and NSR sums fixes Dec 9, 2024
))
;; MODEXP flag sum shorthands
(defun (precompile-processing---flag-sum-MODEXP-FKTR) (precompile-processing---flag-sum-standard-failure))
(defun (precompile-processing---flag-sum-MODEXP-success) (precompile-processing---flag-sum-standard-success))
Copy link
Collaborator Author

@OlivierBBB OlivierBBB Dec 9, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In the above there was a mix-up: shorthands that were pointing to flag-sum's were labeled as nsr and the flag sums were completely wrong (wrt MODEXP)

In terms of flag sums they are now correctly defined as

new (precompile-processing---flag-sum-MODEXP-FKTR)     <-  old (precompile-processing---nsr-MODEXP-FKTR)
new (precompile-processing---flag-sum-MODEXP-success)  <-  old (precompile-processing---nsr-MODEXP-success) 

and in terms of the NSR sums

new (precompile-processing---2nd-half-NSR-for-MODEXP)
    <-  linear combination of
        - precompile-processing---MODEXP-nsr-FKTR
        - precompile-processing---MODEXP-nsr-success

@OlivierBBB OlivierBBB self-assigned this Dec 9, 2024
@OlivierBBB OlivierBBB added the bug Something isn't working label Dec 9, 2024
@OlivierBBB OlivierBBB merged commit 5b893ee into master Dec 9, 2024
2 checks passed
@OlivierBBB OlivierBBB deleted the MODEXP-typo-fix branch December 9, 2024 06:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant