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

Change generator of ark-curve25519 #767

Merged
merged 3 commits into from
Jan 31, 2024
Merged

Change generator of ark-curve25519 #767

merged 3 commits into from
Jan 31, 2024

Conversation

mmaker
Copy link
Member

@mmaker mmaker commented Jan 31, 2024

In this test: https://github.com/arkworks-rs/nimue/blob/main/src/plugins/tests.rs#L43

I try to make compatible transcripts between arkworks and dalek. The reason it passes right now is that, at line 54, I negate the generator. It'd be nice if they both were compatible so that people can use transcripts interchangeably between the two libraries

Use the same generator of curve25519-dalek for inter-operability.
@mmaker mmaker requested review from a team as code owners January 31, 2024 09:17
@mmaker mmaker requested review from Pratyush, mmagician and weikengchen and removed request for a team January 31, 2024 09:17
@mmagician
Copy link
Member

Could you add a CHANGELOG entry please, this is a breaking change

@mmaker
Copy link
Member Author

mmaker commented Jan 31, 2024

done 🫡

CHANGELOG.md Outdated Show resolved Hide resolved
@Pratyush Pratyush added this pull request to the merge queue Jan 31, 2024
Merged via the queue into master with commit afd6188 Jan 31, 2024
40 checks passed
@Pratyush Pratyush deleted the mmaker-patch-2 branch January 31, 2024 16:20
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.

3 participants