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] ChaCha20Poly1305 AEAD #2

Closed
wants to merge 1 commit into from
Closed

[WIP] ChaCha20Poly1305 AEAD #2

wants to merge 1 commit into from

Conversation

tarcieri
Copy link
Member

Implements the ChaCha20Poly1305 AEAD described in RFC 8439 using the chacha20 and poly1305 crates.

Implements the ChaCha20Poly1305 AEAD described in RFC 8439 using the
`chacha20` and `poly1305` crates.
}

/// Verify the Poly1305 tag is authentic
// TODO(tarcieri): factor this upstream into the `poly1305` crate
Copy link
Member Author

@tarcieri tarcieri Aug 19, 2019

Choose a reason for hiding this comment

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

Will address this first. I can potentially just use MacResult.

Regardless, I'll release poly1305 v0.2 first before landing this PR.

@tarcieri tarcieri closed this Aug 19, 2019
@tarcieri tarcieri deleted the chacha20poly1305 branch August 19, 2019 17:18
@tarcieri
Copy link
Member Author

Reopened from a branch of this repo as #3

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