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

crypto-mac/digest: rename input to update #111

Merged
merged 1 commit into from
May 23, 2020
Merged

Conversation

tarcieri
Copy link
Member

As discussed in #43, following "Initialize-Update-Finalize" (IUF) nomenclature, this renames the input methods in crypto-mac and digest to be update instead, and also renames the digest::Input trait to digest::Update.

@tarcieri tarcieri requested a review from newpavlov May 23, 2020 15:26
As discussed in #43, following "Initialize-Update-Finalize" (IUF)
nomenclature, this renames the `input` methods in `crypto-mac` and
`digest` to be `update` instead, and also renames the `digest::Input`
trait to `digest::Update`.
@tarcieri tarcieri merged commit e939e38 into master May 23, 2020
@tarcieri tarcieri deleted the rename-input-to-update branch May 23, 2020 15:31
This was referenced Jun 4, 2020
dns2utf8 pushed a commit to dns2utf8/traits that referenced this pull request Jan 24, 2023
)

Implements the PHC string format for hashes, gated under the `simple`
cargo feature.

Specifics of how the format is encoded/decoded are modeled off of how
passlib implements PHC scrypt hashes:

https://passlib.readthedocs.io/en/stable/lib/passlib.hash.scrypt.html
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.

None yet

1 participant