Guest User

Untitled

a guest
Dec 24th, 2024
15
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.53 KB | None | 0 0
  1. -----BEGIN PGP SIGNED MESSAGE-----
  2. Hash: SHA256
  3.  
  4. ### Release `v1.0.2`
  5.  
  6. #### Summary:
  7. This release marks the initial version of the Rust rewrite of [checksum](https://github.com/ibnaleem/checksum).
  8.  
  9. #### Changes:
  10. - - Rewrote [checksum](https://github.com/ibnaleem/checksum) in Rust for faster performance.
  11.  
  12. #### Installation
  13. ```
  14. $ git clone https://github.com/ibnaleem/checksum.git
  15. ```
  16. ```
  17. $ cargo build
  18. ```
  19. This will generate a binary under `/target/debug/`.
  20. #### Usage
  21. ```
  22. $ checksum <file_path> <hash>
  23. ```
  24. #### Hashing Algorithms
  25. This binary supports the following hashing algorithms:
  26. - - MD5
  27. - - SHA1
  28. - - SHA224
  29. - - SHA256
  30. - - SHA384
  31. - - SHA512
  32. - - BLAKE2b
  33. - - Tiger192
  34. - - RIPEMD320
  35. -----BEGIN PGP SIGNATURE-----
  36.  
  37. iQIzBAEBCAAdFiEEICR+wCPydp5mGBwPWBtKKoYrut4FAmdrVU8ACgkQWBtKKoYr
  38. ut4n9Q//dLBAaKSZ2FQZRZxKEQOSS6FEUHOS/gdHMM5DjkI44iBNbOQdtezM0YjW
  39. 3HwM0knNQwmjKuI0Sf05pnwBsLKHZWAZ680aliUHZBHuNx3B/Ynk/oayJJ/H2Ik2
  40. R9/iii7EcE+aV8/rszq0Tc8nPpmgOp04zal1F2K6vF8XU2FY6do8ad0Y+2LfxJVN
  41. 9kJFunj7dppA8XYdcRZkNg3eXsYEioURYvRfrBkoXaGRjuwG9FU+f6Cr4sITOB4A
  42. A8jVn+jnfY5t0+MHrxFzKABt71CBxZBskcynDmIaST+KSVThcslFH2rsIvPviHA2
  43. Eq6GoVtL56JIM4IMh7bwKtGFTHUgs1o5G2xjCM6WJtDV4K0vW9XiAMmlEz0QNtUa
  44. ncwr6s8Dag1M1LtmeTnB+KMvUJm0KEq6nTcbEUNmdPXeY2bVDm/cydjia+TZoV/T
  45. LvGje49kljhZdmXy+WdOdlU+oPfw61L2e7QdCWRVFvDQbmI3i0qTt1oLx0aqvktF
  46. 3bWXkp/X9EX74o6ggU/RECi7JN659aGYFiy+SEW033I6lSGO8/XNm3R76S/iduUG
  47. dm0ZDLUWgpQDtvOeKHbobkXMW9SHaktebq5/q44tTvW+fBbu2eXu9MnEcEJ8rs40
  48. yETqZOSg3sExcp36LGt0E0kSm85LQ+1lcljUSi7lLBVfE2WiJIo=
  49. =I2ZT
  50. -----END PGP SIGNATURE-----
Advertisement
Add Comment
Please, Sign In to add comment