summaryrefslogtreecommitdiffstats
path: root/.gitmodules
diff options
context:
space:
mode:
authorMatt Benjamin <mbenjamin@redhat.com>2024-06-25 17:45:35 +0200
committerMatt Benjamin <mbenjamin@redhat.com>2024-07-03 20:19:15 +0200
commitb6d585645ca7d469fd9fe453ff37ca6bdb914d98 (patch)
tree24f737f1c05c7f008420d2c0cffee2d82bf70b1d /.gitmodules
parentcommon: update xxHash submodule to v082 (diff)
downloadceph-b6d585645ca7d469fd9fe453ff37ca6bdb914d98.tar.xz
ceph-b6d585645ca7d469fd9fe453ff37ca6bdb914d98.zip
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 <mbenjamin@redhat.com>
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules7
1 files changed, 7 insertions, 0 deletions
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
+