From: Matt Benjamin Date: Tue, 25 Jun 2024 15:45:35 +0000 (-0400) Subject: common/rgw: add BLAKE3 submodule X-Git-Tag: testing/wip-vshankar-testing-20240704.104311-debug~8^2~11 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=b6d585645ca7d469fd9fe453ff37ca6bdb914d98;p=ceph-ci.git common/rgw: add BLAKE3 submodule Fast, cryptographic hash functions suitable for block checksums. BLAKE3 is the faster, more portable successor to Blake2(b,s), now with 4x throughput. Signed-off-by: Matt Benjamin --- diff --git a/.gitmodules b/.gitmodules index 7aa350efe28..bf38e45915b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -75,3 +75,10 @@ [submodule "src/qatzip"] path = src/qatzip url = https://github.com/intel/qatzip.git +[submodule "src/boost_redis"] + path = src/boost_redis + url = https://github.com/boostorg/redis.git +[submodule "src/BLAKE3"] + path = src/BLAKE3 + url = https://github.com/BLAKE3-team/BLAKE3.git + diff --git a/src/BLAKE3 b/src/BLAKE3 new file mode 160000 index 00000000000..92e4cd71be4 --- /dev/null +++ b/src/BLAKE3 @@ -0,0 +1 @@ +Subproject commit 92e4cd71be48fdf9a79e88ef37b8f415ec5ac210