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

sha: make compress consume blocks #579

Closed
wants to merge 3 commits into from

Commits on May 11, 2024

  1. sha1: make compress consume blocks

    To align with the semantics of `block_buffer::BlockBuffer::digest_blocks`
    signature which works with `&[Block]` and not `&[[u8; N]]`.
    baloo committed May 11, 2024
    Configuration menu
    Copy the full SHA
    51a0a1f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c9bb35c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7704e67 View commit details
    Browse the repository at this point in the history