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

Refactoring ecdh to work properly as a lib, extending it to use with other curves #29

Merged
merged 5 commits into from
Feb 20, 2025

Conversation

signorecello
Copy link
Collaborator

@signorecello signorecello commented Feb 19, 2025

closes #25
closes #21

@signorecello signorecello mentioned this pull request Feb 20, 2025
@signorecello signorecello merged commit ce5e584 into main Feb 20, 2025
3 checks passed
@signorecello signorecello deleted the zkpedro/ecdh branch February 20, 2025 17:56

[dependencies]
bignum = { git = "https://github.com/noir-lang/noir-bignum", tag = "zpedro/default_trait" }
bignum = { git = "https://github.com/noir-lang/noir-bignum", tag = "main" }

Choose a reason for hiding this comment

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

fyi, this will break pretty much immediately. Pulling whatever is latest on master seems like a really bad idea.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Yeah should've picked a version. Let's see what happens

qpzm pushed a commit to ModoriLabs/zk-kit.noir that referenced this pull request Feb 24, 2025
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.

ECDH library isn't a library. Replace mocha by jest
3 participants