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

Fix variable names in the invariant description #313

Closed

Conversation

wiktor-k
Copy link

@wiktor-k wiktor-k commented Sep 5, 2023

Previously the variable names referred to public and secret which do not exist. Update them to verifying_key and secret_key.

Previously the variable names referred to `public` and `secret` which do
not exist. Update them to `verifying_key` and `secret_key`.
@tarcieri
Copy link
Contributor

tarcieri commented Sep 5, 2023

Oh interesting, seems like the main branch is red due to a newly introduced warning

@tarcieri
Copy link
Contributor

tarcieri commented Sep 5, 2023

Oh I see, this is the old repo. The new repo is at:

https://github.com/dalek-cryptography/curve25519-dalek/tree/main/ed25519-dalek

@wiktor-k
Copy link
Author

wiktor-k commented Sep 5, 2023

Oh, I see, I think I just followed the links on cargo.io. I'll file the PR there ASAP. Thanks for help!

@wiktor-k
Copy link
Author

wiktor-k commented Sep 5, 2023

I've replaced this PR with dalek-cryptography/curve25519-dalek#573.

I guess the old homepage that I saw on crates.io is fixed in main and will eventually reach crates.io.

Thanks 👋

@wiktor-k wiktor-k closed this Sep 5, 2023
@wiktor-k wiktor-k deleted the fix-variable-names branch September 5, 2023 14:17
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.

None yet

2 participants