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

poly1305: add (back) Poly1305::compute_unpadded #55

Merged
merged 1 commit into from
Jun 1, 2020

Conversation

tarcieri
Copy link
Member

@tarcieri tarcieri commented Jun 1, 2020

Support computing Poly1305 on unpadded input data.

This is used by XSalsa20Poly1305.

Support computing Poly1305 on unpadded input data.

This is used by XSalsa20Poly1305.
@codecov-commenter
Copy link

Codecov Report

Merging #55 into master will increase coverage by 1.15%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #55      +/-   ##
==========================================
+ Coverage   67.35%   68.50%   +1.15%     
==========================================
  Files          11       11              
  Lines         438      454      +16     
==========================================
+ Hits          295      311      +16     
  Misses        143      143              
Impacted Files Coverage Δ
poly1305/src/lib.rs 88.88% <100.00%> (+13.88%) ⬆️
poly1305/src/soft.rs 94.15% <100.00%> (ø)
poly1305/tests/lib.rs 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ce8281e...4eef68e. Read the comment docs.

@tarcieri tarcieri merged commit fc20b7a into master Jun 1, 2020
@tarcieri tarcieri deleted the poly1305/compute-unpadded branch June 1, 2020 17:31
@tarcieri tarcieri mentioned this pull request Jun 6, 2020
@tarcieri tarcieri mentioned this pull request Sep 5, 2020
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.

2 participants