Skip to content

digest and hmac: drop intermediate builder and directly take slices for input#766

Open
Tpt wants to merge 2 commits into
apache:mainfrom
Tpt:tpt/hmac-digest
Open

digest and hmac: drop intermediate builder and directly take slices for input#766
Tpt wants to merge 2 commits into
apache:mainfrom
Tpt:tpt/hmac-digest

Conversation

@Tpt

@Tpt Tpt commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

It removes the need for intermediate traits.

All callers can easily build a slice of slices but the S3 object content SHA 256 computation that is expensive anyway.

Follow up to #707

…or input

It removes the need for intermediate traits.

All callers can easily build a slice of slices but the S3 object content SHA 256 computation that is expensive anyway.
@Tpt Tpt force-pushed the tpt/hmac-digest branch from 70a1be9 to 33e4f3f Compare June 18, 2026 15:27
Comment thread src/client/crypto.rs Outdated
Co-authored-by: Kevin Liu <kevinjqliu@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants