Skip to content

digest: add CoreProxy::compose/decompose methods #1898

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

Merged
merged 1 commit into from
Jun 10, 2025

Conversation

newpavlov
Copy link
Member

No description provided.

@@ -87,7 +87,7 @@ macro_rules! buffer_xof {
) => {
$crate::buffer_xof!(
impl_inner: $name($core_ty);
Debug Clone BlockSizeUser CoreProxy
Debug Clone BlockSizeUser
Copy link
Member Author

@newpavlov newpavlov Jun 9, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note that XOF readers no longer implement CoreProxy since CoreProxy::Core is bounded by BufferKindUser. We could make the buffer another associated type, but I don't think it's worth the trouble.

If necessary, in future we may add inherent methods to the XOF readers.

@newpavlov newpavlov requested a review from tarcieri June 9, 2025 14:02
@newpavlov newpavlov merged commit 8534db4 into master Jun 10, 2025
10 checks passed
@newpavlov newpavlov deleted the digest/core_proxy_methods branch June 10, 2025 13:26
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