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

crypto: fix ecdsa module name in example #5140

Merged
merged 1 commit into from
Oct 12, 2022
Merged

crypto: fix ecdsa module name in example #5140

merged 1 commit into from
Oct 12, 2022

Conversation

joyqvq
Copy link
Contributor

@joyqvq joyqvq commented Oct 11, 2022

for some reason the renaming of packages was not checked against this example contract

@joyqvq joyqvq marked this pull request as ready for review October 11, 2022 23:18
@joyqvq joyqvq requested a review from kchalkias October 11, 2022 23:18
@@ -26,7 +26,7 @@ module math::ecdsa {
public entry fun keccak256(data: vector<u8>, recipient: address, ctx: &mut TxContext) {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Irrelevant to this PR, but why this keccak function lives here under ECDSA?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yeah we want to put it in something like hash.move

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@joyqvq joyqvq merged commit 230d2c2 into main Oct 12, 2022
@joyqvq joyqvq deleted the example-ecdsa branch October 12, 2022 15:49
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