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

Extend ordering_vector_len to 32 bits. #12

Open
FDeRubeis opened this issue Feb 15, 2018 · 2 comments
Open

Extend ordering_vector_len to 32 bits. #12

FDeRubeis opened this issue Feb 15, 2018 · 2 comments

Comments

@FDeRubeis
Copy link

PRUint16 orderingVectorLen;

@FDeRubeis
Copy link
Author

FDeRubeis commented Feb 15, 2018

Also, exchange the position in the struct of orderingVectorLen and and SignLen because structs member shorter than 32 bits are padded internally in the struct and this will give problems when memcopying the struct.

@FDeRubeis
Copy link
Author

PRUint16 num_proof_nodes;

Also this must be extended to 32 bits and its position exchanged with sig_len

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

No branches or pull requests

1 participant