dao: replace use of blake3 hash with blake2b. See code comments for explanation of the rationale

This commit is contained in:
zero
2024-01-10 10:58:00 +01:00
parent 6b238fdb9a
commit 4d87af64f4
4 changed files with 11 additions and 7 deletions

2
Cargo.lock generated
View File

@@ -1955,7 +1955,7 @@ dependencies = [
name = "darkfi_dao_contract"
version = "0.4.1"
dependencies = [
"blake3 1.5.0",
"blake2b_simd",
"bs58",
"chacha20poly1305",
"darkfi",