-
Notifications
You must be signed in to change notification settings - Fork 166
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
Docs fix spelling issues #546
base: fix/typos-v0.15
Are you sure you want to change the base?
Conversation
|
@@ -36,7 +36,7 @@ | |||
- resolve conflict around kzg | |||
|
|||
### Perf | |||
- remove uneeded bucket init in affine coordinates fixes [#529](https://github.com/ConsenSys/gnark-crypto/issues/529) ([#530](https://github.com/ConsenSys/gnark-crypto/issues/530)) | |||
- remove unneeded bucket init in affine coordinates fixes [#529](https://github.com/ConsenSys/gnark-crypto/issues/529) ([#530](https://github.com/ConsenSys/gnark-crypto/issues/530)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please revert - CHANGELOG is automatically generated and the change will be overwritten.
@@ -72,7 +72,7 @@ func processChunkG1BatchAffine[BJE ibg1JacExtended, B ibG1Affine, BS bitSet, TP | |||
cptAdd int // count the number of bucket + point added to current batch | |||
R TPP // bucket references | |||
P TP // points to be added to R (buckets); it is beneficial to store them on the stack (ie copy) | |||
queue TQ // queue of points that conflict the current batch | |||
queue TQ // queue of points that conflict with the current batch |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please also fix in other ecc
packages.
Please sign CLA for being able to merge. |
Hello
I fixed several spelling issues.
Br, Elias.