[PATCH] D121510: [Support] Introduce the BLAKE3 hashing function implementation

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Mar 12 11:12:52 PST 2022


MaskRay added inline comments.


================
Comment at: llvm/include/llvm/Support/BLAKE3.h:78
+    Hasher.update(Data);
+    return Hasher.final();
+  }
----------------
Otherwise we can't use `BLAKE3::hash<16>` to replace md5.




Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D121510/new/

https://reviews.llvm.org/D121510



More information about the llvm-commits mailing list