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

RedJubJub point serialization #8

Open
burdges opened this issue Mar 9, 2020 · 2 comments
Open

RedJubJub point serialization #8

burdges opened this issue Mar 9, 2020 · 2 comments

Comments

@burdges
Copy link
Collaborator

burdges commented Mar 9, 2020

I used ZCash ECC field serialization for points in 05382ea but it should conform with the serializations actually done internally by redjubjub in https://github.com/zkcrypto/jubjub/blob/master/src/lib.rs#L397-L444 Anyone know where this happens in ZCash ECC's code?

@burdges
Copy link
Collaborator Author

burdges commented Apr 1, 2020

I've mostly done this using read and write methods, but ZEXE has no_std methods for this stuff, which sound worth adopting.

@burdges
Copy link
Collaborator Author

burdges commented Apr 1, 2020

Is the current serialization usable @sorpaas ?

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