-
Notifications
You must be signed in to change notification settings - Fork 285
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
Improve documentation via better READMEs #508
Conversation
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.
Started reviewing, this is quite nice, nice job!
I don't think I'll be able to review much more, but thought I'd leave a comment!
|
||
let s1 = ScalarField::rand(&mut rng); | ||
let s2 = ScalarField::rand(&mut rng); | ||
let result = G::msm(&[a, b], &[s1, s2]); |
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.
something that reads odd, why is it group MSM, but GAffine base points?
(I understand the reason, just not sure if we want to note anything about this in README, or for simplicity make a,b in G)
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.
Good catch. I'll add some explanation there.
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.
I added an explanation in the example; let me know if this looks better =)
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.
The docs read very well, it's a great improvement!
Co-authored-by: mmagician <[email protected]>
Co-authored-by: Dev Ojha <[email protected]>
…into feat/better-readmes
* upstream/master: Update hashbrown requirement from 0.12.1 to 0.13.1 (arkworks-rs#515) Update libtest-mimic requirement from 0.5.2 to 0.6.0 (arkworks-rs#514) Update changelog (arkworks-rs#511) Add a Discord link (arkworks-rs#510) Improve documentation via better READMEs (arkworks-rs#508)
Description
Improves the documentation for
ark-ff
,ark-ec
, andark-serialize
by directly incorporating the content ofark-algebra-intro
.Before we can merge this PR, please make sure that all the following items have been
checked off. If any of the checklist items are not applicable, please leave them but
write a little note why.
Pending
section inCHANGELOG.md
Files changed
in the GitHub PR explorer