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-common: add SerializableState trait #1369

Merged
merged 9 commits into from
Nov 18, 2023

Commits on Nov 14, 2023

  1. Configuration menu
    Copy the full SHA
    5429a69 View commit details
    Browse the repository at this point in the history
  2. crypto-common: add SerializableState trait

    This trait is used for saving the internal state of the object and
    restoring the object from the serialized state.
    rpiasetskyi committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    12f7c6e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    505d4c2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a57d0e2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2dba419 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7a15518 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4e72872 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9be10e0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b9da7f9 View commit details
    Browse the repository at this point in the history