Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Blake3, CRC32, Adler32, progress bar, cleanup #174

Merged
merged 8 commits into from
Dec 26, 2023

Conversation

GeopJr
Copy link
Owner

@GeopJr GeopJr commented Nov 12, 2023

fix: #102
fix: #176

  • Adds Blake3 (shard), CRC32 (std), Adler32 (std)
  • Dynamically creates the rows
  • Use symbols for the hash types
  • Use named tuple for the functions (type: digest)
  • Move away from openssl and instead use digest directly
  • Create new digest instances for every calculation (fixes crash due to finalizing > 1)
  • Support for opening multiple files from the file picker (opens new windows)
  • Shows loading screen when opening with file

TODO:

@GeopJr GeopJr force-pushed the feat/blake3-crc32-adler32 branch from f1a31f0 to 332991c Compare November 12, 2023 06:35
@GeopJr GeopJr marked this pull request as ready for review December 26, 2023 02:22
@GeopJr GeopJr changed the title feat: Blake3, CRC32, Adler32 feat: Blake3, CRC32, Adler32, progress bar, cleanup Dec 26, 2023
@GeopJr GeopJr merged commit c7e608a into main Dec 26, 2023
@GeopJr GeopJr deleted the feat/blake3-crc32-adler32 branch December 26, 2023 02:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Request]: Support selecting multiple files in the main file chooser Add b2sum/b3sum
1 participant