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

[WIP] aead: factor apart AeadInPlace/*Detached #1714

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tarcieri
Copy link
Member

Factors apart the detached methods of AeadInPlace into a separate AeadInPlaceDetached trait, which itself can now more easily be further refactored (by adding e.g. inout support).

Also adds a PostfixTagged trait which is used to gate the blanket impls.

Factors apart the detached methods of `AeadInPlace` into a separate
`AeadInPlaceDetached` trait, which itself can now more easily be further
refactored (by adding e.g. `inout` support).

Also adds a `PostfixTagged` trait which is used to gate the blanket
impls.
@tarcieri
Copy link
Member Author

This is the local WIP I was working on to address some of the concerns in #1672 which I mentioned in #1713. It's nowhere close to complete, but I thought I'd push it up for comparison.

@tarcieri tarcieri mentioned this pull request Nov 16, 2024
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