]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
common/rgw: add BLAKE3 submodule
authorMatt Benjamin <mbenjamin@redhat.com>
Tue, 25 Jun 2024 15:45:35 +0000 (11:45 -0400)
committerMatt Benjamin <mbenjamin@redhat.com>
Wed, 3 Jul 2024 18:19:15 +0000 (14:19 -0400)
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>
.gitmodules
src/BLAKE3 [new submodule]

index 7aa350efe2864e525ef4c401b1da9935685aa5dc..bf38e45915baaaa3d9903a4647381e5e2e11015c 100644 (file)
 [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 (submodule)
index 0000000..92e4cd7
--- /dev/null
@@ -0,0 +1 @@
+Subproject commit 92e4cd71be48fdf9a79e88ef37b8f415ec5ac210