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

ssh-cipher: refactor ChaCha20Poly1305 to use aead API #280

Merged
merged 1 commit into from
Aug 15, 2024

Conversation

tarcieri
Copy link
Member

Changes the ChaCha20Poly1305 type to impl the standard AEAD APIs exported by the aead crate.

@tarcieri tarcieri force-pushed the ssh-cipher/chacha20poly1305-aead branch 2 times, most recently from 409470d to e3c97d5 Compare August 14, 2024 23:52
Changes the `ChaCha20Poly1305` type to impl the standard AEAD APIs
exported by the `aead` crate.
@tarcieri tarcieri force-pushed the ssh-cipher/chacha20poly1305-aead branch from e3c97d5 to 34da265 Compare August 15, 2024 00:02
@tarcieri tarcieri merged commit aadbfbd into master Aug 15, 2024
30 checks passed
@tarcieri tarcieri deleted the ssh-cipher/chacha20poly1305-aead branch August 15, 2024 00: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