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

Update user_guide for Binary Syndrome Decoding Estimator #229

Merged
merged 1 commit into from
Jan 15, 2025

Conversation

shaurya010
Copy link

Description

In the below picture, I mention screenshot of code while running CryptographicEstimators
For "Binary Syndrome Decoding Estimator," for values n = 20, k = 10, and w = 10, which are mentioned in user_guide it shows "Math domain error.".

Picture-> CryptographicEstimators Output

Review process

  • When I saw code, then I read in the above line that they mention they are running for n = 100, k = 50, and w = 10, but they are in code running n = 20, k = 10, and w = 10, so I think code is not compatible for those parameters.

  • So I modify that command for n = 20, k = 10, w = 10, to n = 100, k = 50, w = 10. (below I mention codesnipit.)

Picture->Error Code Picture

)

@FloydZ
Copy link
Collaborator

FloydZ commented Jan 13, 2025

Hi,
thanks for the PR. And good catch of the typo. But could you please rebase your commits on develop? As you can see this PR alters 600+ files, which is not correct.

@shaurya010 shaurya010 requested a review from FloydZ January 15, 2025 03:03
@FloydZ FloydZ merged commit 701a68d into Crypto-TII:develop Jan 15, 2025
1 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants