Skip to content

Fix typo across multiple files #213

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

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

Conversation

Pronoss
Copy link

@Pronoss Pronoss commented Jan 26, 2025

  • README.md - Fixed "Zero-knowldge" to "Zero-knowledge."
  • accumulation_vector.hpp - Corrected "accumlate" to "accumulate."
  • sparse_vector.tcc - Fixed "unitialized" to "uninitialized."
  • alu_arithmetic.tcc - Fixed typos in comments, such as "shfited_result" to "shifted_result."
  • variable.cpp - Corrected "occurred" spelling in assertions.
  • kc_multiexp.hpp - Fixed "dependend" to "depended" and similar corrections for readability.

@Pronoss
Copy link
Author

Pronoss commented Aug 5, 2025

Hi @scipr-lab maintainers 👋 – just a quick reminder about PR #213 (“Fix typo across multiple files”). This PR updates several typos:

  • README.md: “Zero-knowldge” → “Zero-knowledge”
  • accumulation_vector.hpp: “accumlate” → “accumulate”
  • sparse_vector.tcc: “unitialized” → “uninitialized”
  • alu_arithmetic.tcc: “shfited_result” → “shifted_result” (in comments)
  • variable.cpp: “occured” → “occurred” (in assertions)
  • kc_multiexp.hpp: “dependend” → “depended” (and similar fixes)

Thanks for taking a look when you have a moment! 😊

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.

1 participant