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

elliptic-curve: serde support for scalar and PublicKey types #818

Merged
merged 1 commit into from
Nov 19, 2021

Commits on Nov 19, 2021

  1. elliptic-curve: serde support for scalar and PublicKey types

    Adds support for serializing/deserializing the following types using
    serde:
    
    - `ScalarCore`
    - `NonZeroScalar`
    - `PublicKey`
    
    While this crate had `serde` support previously, it was entirely limited
    to the JWK implementation.
    
    This commit expands it to support more types, and provides the
    underpinnings for better leveraging `serde` in all of the dependent
    crates.
    tarcieri committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    45df126 View commit details
    Browse the repository at this point in the history