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

Add a libcomposefs-internal #367

Merged
merged 2 commits into from
Sep 30, 2024
Merged

Add a libcomposefs-internal #367

merged 2 commits into from
Sep 30, 2024

Commits on Sep 30, 2024

  1. Add a libcomposefs-internal

    I came across the fact that we had two copy-paste implementations
    of converting a binary digest to hex.
    
    Deduplicate with an internal shared library.
    NOTE: I don't speak meson fluently so please check if I messed
    something up there.
    
    Signed-off-by: Colin Walters <[email protected]>
    cgwalters committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    9edd87e View commit details
    Browse the repository at this point in the history
  2. utils: Move the other digest function to the impl file

    This function is a bit too big to be an inline, so
    move it to our new impl file where it's nicely next
    to its inverse.
    
    Signed-off-by: Colin Walters <[email protected]>
    cgwalters committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    93e9d17 View commit details
    Browse the repository at this point in the history