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

Remove k_ prefix from seed variables #448

Merged
merged 2 commits into from
Oct 7, 2024
Merged

Remove k_ prefix from seed variables #448

merged 2 commits into from
Oct 7, 2024

Conversation

cjpatton
Copy link
Collaborator

@cjpatton cjpatton commented Oct 7, 2024

Closes #435.

Also, add a _seed suffix where the new variable name is confusing: k_prove -> prove_seed in Prio3; and k_shard -> shard_seed in Poplar1.

Also, add a `_seed` suffix where the new variable name is confusing:
`k_prove` -> `prove_seed` in Prio3; and `k_shard` -> `shard_seed` in
Poplar1.
draft-irtf-cfrg-vdaf.md Outdated Show resolved Hide resolved
poc/vdaf_poc/vdaf_prio3.py Outdated Show resolved Hide resolved
draft-irtf-cfrg-vdaf.md Outdated Show resolved Hide resolved
draft-irtf-cfrg-vdaf.md Outdated Show resolved Hide resolved
poc/vdaf_poc/vdaf_prio3.py Outdated Show resolved Hide resolved
@cjpatton cjpatton requested a review from divergentdave October 7, 2024 17:11
@cjpatton cjpatton merged commit fe5027f into main Oct 7, 2024
6 checks passed
@divergentdave divergentdave deleted the cjpatton/435 branch October 8, 2024 22:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove leading "k_" in variable names
2 participants