Closed wiktor-k closed 1 year ago
Oh interesting, seems like the main branch is red due to a newly introduced warning
Oh I see, this is the old repo. The new repo is at:
https://github.com/dalek-cryptography/curve25519-dalek/tree/main/ed25519-dalek
Oh, I see, I think I just followed the links on cargo.io. I'll file the PR there ASAP. Thanks for help!
I've replaced this PR with https://github.com/dalek-cryptography/curve25519-dalek/pull/573.
I guess the old homepage that I saw on crates.io is fixed in main
and will eventually reach crates.io.
Thanks :wave:
Previously the variable names referred to
public
andsecret
which do not exist. Update them toverifying_key
andsecret_key
.