Skip to content

Replace Sha256 with Blake3

David Karrick requested to merge Rustywolf/pkgar:blake3 into master

I have removed all sha256 from the source code and replaced it with the faster, more secure, and native rust blake3. Addresses issue #1. Also all tests have passed.

Edited by David Karrick

Merge request reports