Skip to content

[curve25519] Compatibility with pro-active public key decoding #4707

Description

@cronokirby

The new crate took the position of validating keys lazily. Our current ed25519 code in the cryptography crate, on the other hand, validates public keys proactively.

We should have a means of providing compatibility, either by changing the default behavior of the crate, or by adding in a path towards proactive validation.

We do still want a path towards fast batch validation of keys though, in either case.

c.f. #4699 for some work towards this. Here the behavior was changed to match the existing code.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    • Status
      Staged

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions