-
Updated
Oct 9, 2020 - C
checksum
Here are 325 public repositories matching this topic...
-
Updated
Jul 20, 2020 - Go
-
Updated
Jul 30, 2020 - JavaScript
-
Updated
Aug 20, 2019 - Python
-
Updated
Jul 8, 2020 - JavaScript
-
Updated
Apr 24, 2020 - JavaScript
-
Updated
Mar 23, 2020 - Pascal
-
Updated
Feb 14, 2019 - C
-
Updated
Sep 6, 2020 - Java
-
Updated
Jul 17, 2020 - Ruby
-
Updated
Sep 5, 2020 - JavaScript
-
Updated
Oct 2, 2019 - Java
-
Updated
Jun 10, 2020 - C
-
Updated
Apr 21, 2020 - JavaScript
-
Updated
Oct 30, 2018 - TypeScript
-
Updated
Mar 21, 2017 - PureBasic
Improve this page
Add a description, image, and links to the checksum topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the checksum topic, visit your repo's landing page and select "manage topics."
I discovered that verifying hashes with
-cis much slower than generating them.I was using this command:
iotopreported disk read speeds of 30 MB/sec andrhashwas consuming 100% CPU.Then I thought, how does rhash know that the SFV file contains MD5 hashes? It probably doesn't, and it runs all checksum algorithms when doing a check and see