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* methods to finalize (ala IUF) #161

Merged
merged 1 commit into from
Jun 2, 2020

Conversation

tarcieri
Copy link
Member

@tarcieri tarcieri commented Jun 2, 2020

As discussed in #43, this adopts finalize naming, following the "Initialize-Update-Finalize" (IUF) interface naming scheme pervasive throughout cryptography and cryptographic API design.

As discussed in #43, this adopts `finalize` naming, following the
"Initialize-Update-Finalize" (IUF) interface naming scheme pervasive
throughout cryptography and cryptographic API design.
@tarcieri tarcieri mentioned this pull request Jun 2, 2020
13 tasks
@tarcieri tarcieri merged commit 56c4580 into master Jun 2, 2020
@tarcieri tarcieri deleted the rename-result-to-finalize branch June 2, 2020 16:17
tarcieri added a commit to RustCrypto/hashes that referenced this pull request Jun 2, 2020
Implements the API changes from:

RustCrypto/traits#161

The `digest` crate now uses `update` and `finalize` nomenclature
ala the Initialize-Update-Finalize (IUF) interface naming scheme.
tarcieri added a commit to RustCrypto/hashes that referenced this pull request Jun 2, 2020
Implements the API changes from:

RustCrypto/traits#161

The `digest` crate now uses `update` and `finalize` nomenclature
ala the Initialize-Update-Finalize (IUF) interface naming scheme.
tarcieri added a commit to RustCrypto/MACs that referenced this pull request Jun 2, 2020
Implements the API changes from:

RustCrypto/traits#161

The `crypto-mac` crate now uses `update` and `finalize` nomenclature
ala the Initialize-Update-Finalize (IUF) interface naming scheme.
tarcieri added a commit to RustCrypto/universal-hashes that referenced this pull request Jun 2, 2020
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.
tarcieri added a commit to RustCrypto/AEADs that referenced this pull request 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.
tarcieri added a commit to RustCrypto/password-hashes that referenced this pull request Jun 2, 2020
Implements the API changes from:

RustCrypto/traits#161

The `hmac` crate now uses `update` and `finalize` nomenclature
ala the Initialize-Update-Finalize (IUF) interface naming scheme.
tarcieri added a commit to RustCrypto/KDFs that referenced this pull request Jun 2, 2020
Implements the API changes from:

RustCrypto/traits#161

The `hmac` crate now uses `update` and `finalize` nomenclature
ala the Initialize-Update-Finalize (IUF) interface naming scheme.
@tarcieri tarcieri mentioned this pull request Jun 10, 2020
G1gg1L3s pushed a commit to G1gg1L3s/rust-md4 that referenced this pull request Mar 6, 2021
Implements the API changes from:

RustCrypto/traits#161

The `digest` crate now uses `update` and `finalize` nomenclature
ala the Initialize-Update-Finalize (IUF) interface naming scheme.
joshuajbouw pushed a commit to near/near-blake2 that referenced this pull request Mar 15, 2021
Implements the API changes from:

RustCrypto/traits#161

The `digest` crate now uses `update` and `finalize` nomenclature
ala the Initialize-Update-Finalize (IUF) interface naming scheme.
dns2utf8 pushed a commit to dns2utf8/traits that referenced this pull request Jan 24, 2023
Also deprecates the previous `argon2::BLOCK_SIZE` constant.
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.

1 participant