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

ZkVM: addressing spec feedback #77

Merged
merged 2 commits into from
Feb 13, 2019
Merged

ZkVM: addressing spec feedback #77

merged 2 commits into from
Feb 13, 2019

Conversation

oleganza
Copy link
Contributor

@oleganza oleganza commented Feb 12, 2019

Clarifying the spec.
Closes #71.

2. Commit the count `n` of verification keys as [LE32](#le32):
```
T.commit("n", LE32(n))
```
3. Commit all verification keys `P[i]` in order, one by one:
3. Commit all verification keys `P[i]` one by one (in order they were collected):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: this phrasing still seems a little unclear to me. Maybe "one by one (in the order they were added in the program)" ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image

how about this wording?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

great!!!!

Copy link
Contributor

@vickiniu vickiniu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@oleganza oleganza merged commit 3aa2945 into main Feb 13, 2019
@oleganza oleganza deleted the oleg/spec-feedback branch February 13, 2019 00:06
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.

None yet

2 participants