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

Rename *result* to finalize #148

Merged
merged 1 commit into from
Jun 2, 2020
Merged

Rename *result* to finalize #148

merged 1 commit into from
Jun 2, 2020

Conversation

tarcieri
Copy link
Member

@tarcieri tarcieri commented Jun 2, 2020

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

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 Files Coverage Δ
aes-gcm-siv/src/lib.rs 89.39% <100.00%> (ø)
aes-gcm/src/lib.rs 94.23% <100.00%> (ø)
aes-siv/src/siv.rs 97.01% <100.00%> (ø)
chacha20poly1305/src/cipher.rs 93.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 master Jun 2, 2020
@tarcieri tarcieri deleted the rename-result-to-finalize branch June 2, 2020 21:38
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