Skip to content

digest-io-async: initial commit - #1518

Open
baloo wants to merge 1 commit into
RustCrypto:masterfrom
baloo:push-kxltlypsyruw
Open

digest-io-async: initial commit#1518
baloo wants to merge 1 commit into
RustCrypto:masterfrom
baloo:push-kxltlypsyruw

Conversation

@baloo

@baloo baloo commented Aug 15, 2026

Copy link
Copy Markdown
Member

This introduces a new crate providing HashReader/HashWriter wrappers implementing AsyncRead/AsyncWrite, mirroring digest-io's sync API.

This only implement the tokio's async API for now, and it is gated behind a tokio feature.

The intent is to fold it in digest-io when the
AsyncReader/AsyncWriter eventually make their way into std.

@baloo

baloo commented Aug 15, 2026

Copy link
Copy Markdown
Member Author

This is a follow up on #1517

This introduces a new crate providing `HashReader`/`HashWriter`
wrappers implementing `AsyncRead`/`AsyncWrite`, mirroring `digest-io`'s
sync API.

This only implement the tokio's async API for now, and it is gated 
behind a `tokio` feature.

The intent is to fold it in `digest-io` when the
`AsyncReader`/`AsyncWriter` eventually make their way into `std`.
@baloo
baloo force-pushed the push-kxltlypsyruw branch from 41d3d1f to 33ba71a Compare August 15, 2026 01:07
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.

1 participant