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

Add Secp curve library and function to derive address from priv key #88

Merged
merged 4 commits into from
Jun 8, 2024

Conversation

ferranbt
Copy link
Collaborator

@ferranbt ferranbt commented Jun 5, 2024

Closes #87

This PR adds a new method to derive the address from a private key. It uses these contracts for the Secp and Elliptic curve operations.

@@ -0,0 +1,327 @@
// SPDX-License-Identifier: MIT
Copy link
Member

Choose a reason for hiding this comment

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

can this file be deleted?

Copy link
Member

@zeroXbrock zeroXbrock left a comment

Choose a reason for hiding this comment

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

noice

@ferranbt ferranbt merged commit a750801 into main Jun 8, 2024
4 checks passed
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.

Derive address from private key
2 participants