Skip to content

Rename *result* to finalize - #56

Merged
tarcieri merged 1 commit into
masterfrom
rename-result-to-finalize
Jun 2, 2020
Merged

Rename *result* to finalize#56
tarcieri merged 1 commit into
masterfrom
rename-result-to-finalize

Conversation

@tarcieri

Copy link
Copy Markdown
Member

Implements the API changes from:

RustCrypto/traits#161

The universal-hash crate now uses update and finalize nomenclature ala the Initialize-Update-Finalize (IUF) interface naming scheme.

Implements the API changes from:
RustCrypto/traits#161
The `universal-hash` crate now uses `update` and `finalize` nomenclature
ala the Initialize-Update-Finalize (IUF) interface naming scheme.
@codecov-commenter

Copy link
Copy Markdown

Codecov Report

Merging #56 into master will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@ Coverage Diff @@## master #56 +/- ##
=======================================
Coverage 68.50% 68.50% =======================================
Files 11 11 Lines 454 454 =======================================
Hits 311 311 Misses 143 143 
Impacted FilesCoverage Δ
ghash/src/lib.rs85.71% <100.00%> (ø)
ghash/tests/lib.rs100.00% <100.00%> (ø)
poly1305/src/lib.rs88.88% <100.00%> (ø)
poly1305/tests/lib.rs100.00% <100.00%> (ø)
polyval/src/lib.rs42.10% <100.00%> (ø)
polyval/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 fc20b7a...53c7016. Read the comment docs.

@tarcieri
tarcieri merged commit bf6009a into masterJun 2, 2020
@tarcieri
tarcieri deleted the rename-result-to-finalize branch June 2, 2020 21:21
This was referenced Jun 6, 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