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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for the blake3 hash algorithm #8309

Open
libvoid opened this issue Apr 11, 2024 · 0 comments
Open

Support for the blake3 hash algorithm #8309

libvoid opened this issue Apr 11, 2024 · 0 comments

Comments

@libvoid
Copy link

libvoid commented Apr 11, 2024

Thanks you for this incredible tool 馃檪

Feature request

What new feature do you want?

Support for the blake3 hash algorithm.

Typically, be able to use this for example :

SELECT path,blake3 FROM hash WHERE path LIKE '/usr/local/bin/%';

How is this new feature useful?

This would improve performance of osquery when calculating hashes. blake3 is considerably faster than blake2, sha256 and md5

How can this be implemented?

libgcrypt doesn't support blake2 so I guess it would require to use the official C implementation.

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

No branches or pull requests

1 participant