Skip to content

Rename *result* to finalize - #148

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

Rename *result* to finalize#148
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 crypto-mac and digest crates now use update and finalize nomenclature ala the Initialize-Update-Finalize (IUF) interface naming scheme.

Implements the API changes from:
RustCrypto/traits#161
The `crypto-mac` and `digest` crates now use `update` and `finalize`
nomenclature ala the Initialize-Update-Finalize (IUF) interface naming
scheme.
@codecov-commenter

Copy link
Copy Markdown

Codecov Report

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

Impacted file tree graph

@@ Coverage Diff @@## master #148 +/- ##
=======================================
Coverage 94.24% 94.24% =======================================
Files 29 29 Lines 764 764 =======================================
Hits 720 720 Misses 44 44 
Impacted FilesCoverage Δ
aes-gcm-siv/src/lib.rs89.39% <100.00%> (ø)
aes-gcm/src/lib.rs94.23% <100.00%> (ø)
aes-siv/src/siv.rs97.01% <100.00%> (ø)
chacha20poly1305/src/cipher.rs93.75% <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 355bd75...0ec3989. Read the comment docs.

@tarcieri
tarcieri merged commit f394846 into masterJun 2, 2020
@tarcieri
tarcieri deleted the rename-result-to-finalize branch June 2, 2020 21:38
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