Replace Sha256 with Blake3
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
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.