Skip to content

Rename *result* to finalize - #27

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

Rename *result* to finalize#27
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 hmac 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 `hmac` crate now uses `update` and `finalize` nomenclature
ala the Initialize-Update-Finalize (IUF) interface naming scheme.
@tarcieri
tarcieri merged commit 8baf8d8 into masterJun 2, 2020
@tarcieri
tarcieri deleted the rename-result-to-finalize branch June 2, 2020 23:50
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.

1 participant

@tarcieri