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

crypto_box: Add optional serde support #27

Merged
merged 5 commits into from
Jan 12, 2022

Commits on Jan 10, 2022

  1. crypto_box: Add optional serde support

    With the `serde` feature, serialization and deserialization is
    implemented for `PublicKey`.
    threema-danilo committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    9d42ff9 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2022

  1. Configuration menu
    Copy the full SHA
    a5196a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7451e4b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d870ca View commit details
    Browse the repository at this point in the history
  4. crypto_box: Use serialize_bytes for PublicKey

    This allows serializers to use a more efficient byte array
    representation. Otherwise sequence based serialization would be used.
    threema-danilo committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    f846f24 View commit details
    Browse the repository at this point in the history