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

Make uint types (un)serializable #511

Merged
merged 7 commits into from Feb 5, 2021

Commits on Jan 14, 2021

  1. Implement Uint::to_be_bytes()

    shesek committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    3761b0d View commit details
    Browse the repository at this point in the history
  2. Implement Uint::from_be_slice()

    Needed because Rust 1.29 does not easily allow converting from a slice
    into an array.
    shesek committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    67ae602 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b703613 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4a7cf34 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0df86b4 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2021

  1. Configuration menu
    Copy the full SHA
    55657cb View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2021

  1. Configuration menu
    Copy the full SHA
    a1e98a6 View commit details
    Browse the repository at this point in the history