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

Remove cautionary usage warning from PublicKey::from_bytes #150

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jpdoyle
Copy link

@jpdoyle jpdoyle commented Sep 23, 2020

This warning implies that users of PublicKey::from_bytes must do
separate validation before calling it. This used to be the case, but the
eager decompression added in
8dbaf9a
means that PublicKey::from_bytes(bytes).is_ok() implies that bytes
represents a valid CompressedEdwardsY.

This warning implies that users of `PublicKey::from_bytes` must do
separate validation before calling it. This used to be the case, but the
eager decompression added in
dalek-cryptography@8dbaf9a
means that `PublicKey::from_bytes(bytes).is_ok()` implies that `bytes`
represents a valid `CompressedEdwardsY`.
@alinush
Copy link

alinush commented Jul 4, 2022

I'm running into the same documentation issue. Will this be merged?

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