-
Notifications
You must be signed in to change notification settings - Fork 101
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
Error in the specification of the sparse_factorize function. #113
Comments
I think this refers to the spec (https://github.com/filecoin-project/specs). @jbaylina Can you file there and tag @DrPeterVanNostrand who can fix? We can close this once it's accounted for there — unless I've misunderstood the issue. |
I'll post there. But in this repo there is a pdf with spec. https://github.com/filecoin-project/neptune/blob/master/poseidon_spec.pdf |
Original reference: argumentcomputer/neptune#113 The documentation says that w is the first column of m_hat or second column of m without the first row.. Actually it is the first column of m without the first row. The implementation is ok: https://github.com/filecoin-project/neptune/blob/bafd77a5014e3b6a6b40359097835c3eb1dd533f/src/mds.rs#L197
Ah, right. I believe that is generated from the spec. So once the spec is updated, we should regenerate the PDF and update here as well. Thanks. |
The change has also been added to the Filecoin spec here: filecoin-project/specs#1278 |
@jbaylina I didn't see your |
The PDF in this repo is actually rendered using an app called Typora |
I see. If the source isn't directly extracted from the spec, we should probably commit it along with (at least some manual) build instructions. |
@porcuquine I've had the markdown in a local git repo since it was published. I just made a public git repo here: https://github.com/DrPeterVanNostrand/poseidon-spec Basically, I make the necessary changes to my local markdown version, then render as a PDF via Typora, then PR the PDF to |
Got it. Do you mind just writing those instructions into the source repo (or make a directory for it here). That way if someone else needs to do it at some point, we at least know both how to produce the artifact and to make sure everything is in sync. |
Ok, I added the Markdown file and rendering instructions to PR #114 |
Merged. |
The documentation says that w is the first column of m_hat or second column of m without the first row..
Actually it is the first column of m without the first row.
The implementation is ok: https://github.com/filecoin-project/neptune/blob/bafd77a5014e3b6a6b40359097835c3eb1dd533f/src/mds.rs#L197
The text was updated successfully, but these errors were encountered: