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

♻️ Use Native publicKey256 Cheat Code #269

Merged
merged 4 commits into from
Aug 27, 2024

Conversation

pcaversaccio
Copy link
Owner

@pcaversaccio pcaversaccio commented Aug 17, 2024

🕓 Changelog

The Foundry PR #8679 and forge-std PR #596 introduced a native publicKey256 cheat code to derive the public key coordinates based on the secp256r1 curve from a random uint256 private key. As a result, I refactor the p256 test and remove the now redundant FreshCryptoLib submodule from the codebase.

🐶 Cute Animal Picture

image

Signed-off-by: Pascal Marco Caversaccio <[email protected]>
@pcaversaccio pcaversaccio self-assigned this Aug 17, 2024
@pcaversaccio pcaversaccio added dependencies 🔁 Pull requests that update a dependency file refactor/cleanup ♻️ Code refactorings and cleanups labels Aug 17, 2024
@pcaversaccio pcaversaccio added this to the 0.1.1 milestone Aug 17, 2024
@pcaversaccio pcaversaccio changed the title ♻️ Use publicKey256 Cheatcode ♻️ Use Native publicKey256 Cheat Code Aug 17, 2024
@pcaversaccio pcaversaccio merged commit dc2c12b into main Aug 27, 2024
13 checks passed
@pcaversaccio pcaversaccio deleted the refactor/publicKeyP256-cheatcode branch August 27, 2024 10:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies 🔁 Pull requests that update a dependency file refactor/cleanup ♻️ Code refactorings and cleanups
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant