secretflow / yacl

YACL (Yet Another Common crypto library) is a C++ library that contains cryptography, network and io modules which other SecretFlow code depends on.
Apache License 2.0
73 stars 61 forks source link

Update dependency com_github_blake3team_blake3 to v1.5.4 #375

Open renovate[bot] opened 3 weeks ago

renovate[bot] commented 3 weeks ago

This PR contains the following updates:

Package Type Update Change
com_github_blake3team_blake3 http_archive patch 1.5.3 -> 1.5.4

Release Notes

BLAKE3-team/BLAKE3 (com_github_blake3team_blake3) ### [`v1.5.4`](https://togithub.com/BLAKE3-team/BLAKE3/releases/tag/1.5.4) [Compare Source](https://togithub.com/BLAKE3-team/BLAKE3/compare/1.5.3...1.5.4) version 1.5.4 Changes since 1.5.3: - Initial implementation of SIMD acceleration for the XOF (i.e. blake3::Hasher::finalize_xof). This brings long output performance into line with long input performance. Currently AVX-512-only and Unix-only. - Add build support for "gnullvm" targets (Clang on Windows). - The "zeroize" feature no longer depends on proc-macros and syn.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR was generated by Mend Renovate. View the repository job log.