Hashavatar 1.1.0 #27
Closed
eldryoth
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
hashavatar 1.1.0
1.1.0is a minor release forhashavatarfocused on dependency,sanitization, tooling, source layout, and documentation freshness.
Dependency Updates
zeroizeusage with the nativesanitizationcrate API.sanitization1.2.2withallocsupport.sanitization-crypto-interop1.2.2so SHA-512 and optional BLAKE3hashing use the crypto crates' own hasher-state cleanup hooks through the
sanitizationsister crate.zeroizedependency usage and thesha2/blake3zeroizefeature hooks.
libfuzzer-sysdependency to0.4.13.Sanitization
sanitization::Secret.sanitization-crypto-interopSHA-512 helper.sha2dependency is now dev-only; production SHA-512hashing reaches
sha2throughsanitization-crypto-interop.Secretwrapper now that the interophelper owns hasher-state cleanup and the caller already guards the returned
digest.
sanitization-crypto-interopfillhelper with a
sanitization::Secretoutput buffer.sanitization::Secretguard forthe 64-byte accumulator.
size-accounting drift cannot silently bypass temporary buffer cleanup.
release assertion per chunk.
and owned RGBA buffers are cleared through
sanitizationvolatile clearinghelpers.
sanitization-crypto-interopcleanupboundary for SHA-512 and optional BLAKE3.
cargo-denynow denies duplicate crate versions instead of only warning.CI
actions/checkouttov7.0.0taiki-e/install-actiontov2.82.3Swatinem/rust-cacheremains current atv2.9.1.Documentation
1.1.0.1.1.0release.src/lib.rsinto focused source files, includingper-avatar raster and SVG renderer files, without changing the public API.
intentional fail-secure sanitization guard.
generated visuals.
max_positioncallers.identity()accessors to hashed dog and robot rendererstructs, matching the existing hashed cat renderer.
Compatibility
This discussion was created from the release Hashavatar 1.1.0.
Beta Was this translation helpful? Give feedback.
All reactions