Skip to content

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