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

Commits on Sep 23, 2020

  1. Remove cautionary usage warning from PublicKey::from_bytes

    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`.
    Joe Doyle committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    d5f43c7 View commit details
    Browse the repository at this point in the history