Skip to content

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

Merged
tarcieri merged 1 commit into
masterfrom
poly1305/compute-unpadded
Jun 1, 2020
Merged

poly1305: add (back) Poly1305::compute_unpadded#55
tarcieri merged 1 commit into
masterfrom
poly1305/compute-unpadded

Conversation

@tarcieri

Copy link
Copy Markdown
Member

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
Copy Markdown

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 FilesCoverage Δ
poly1305/src/lib.rs88.88% <100.00%> (+13.88%)⬆️
poly1305/src/soft.rs94.15% <100.00%> (ø)
poly1305/tests/lib.rs100.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 masterJun 1, 2020
@tarcieri
tarcieri deleted the poly1305/compute-unpadded branch June 1, 2020 17:31
@tarcieritarcieri mentioned this pull request Jun 6, 2020
@tarcieritarcieri mentioned this pull request Sep 5, 2020
Sign up for freeto 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

@tarcieri@codecov-commenter