pwnwriter / hysp

📦 An independent package manager that every hacker deserves.
https://crates.io/crates/hysp
MIT License
415 stars 6 forks source link

Implement hash checking using blake3 #3

Closed pwnwriter closed 11 months ago

pwnwriter commented 11 months ago

Without hash verifying it's not a best practice to install a binary. I want to implement a hash checking to verify a binary is official.

Azathothas commented 11 months ago

Please see: https://github.com/metis-os/hysp-pkgs/blob/main/.github/scripts/pkg_metafetcher_x86_64.sh Hash Checking & more is already implemented

pwnwriter commented 11 months ago

Used sha for this release, will implement blake3 in next release.