Skip to content

Add zeroize support - #545

Merged
newpavlov merged 13 commits into
masterfrom
sha_zeroize
Jan 11, 2024
Merged

Add zeroize support#545
newpavlov merged 13 commits into
masterfrom
sha_zeroize

Conversation

@newpavlov

@newpavlov newpavlov commented Jan 11, 2024

Copy link
Copy Markdown
Member

Closes #87.

@newpavlov newpavlov changed the title Add zeroize support for sha crates Add zeroize support Jan 11, 2024
@newpavlov
newpavlov merged commit 05db3ae into master Jan 11, 2024
@newpavlov
newpavlov deleted the sha_zeroize branch January 11, 2024 20:56
@tarcieri tarcieri mentioned this pull request Aug 25, 2026
tarcieri added a commit that referenced this pull request Aug 26, 2026
## Added
- `zeroize` support (#545)
- `Blake2b128`, `Blake2b256`, `Blake2s128` type aliases (#564)
- `CustomizedInit` support (#664)
- `alloc` crate feature (#678)

## Changed
- Edition changed to 2024 and MSRV bumped to 1.85 (#652)
- Relax MSRV policy and allow MSRV bumps in patch releases
- Update to `digest` v0.11
- Replace type aliases with newtypes (#678)

## Removed
- `std` crate feature (#678)
- `Blake2bVar` and `Blake2sVar` types (#744)
- SIMD support (#898)

## Fixed
- Handling of unkeyed hashes in keyed mode (#510, #612)
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.

Zero memory on drop

1 participant