We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e016b4f commit e382abfCopy full SHA for e382abf
1 file changed
third_party/remoteapis/build/bazel/remote/execution/v2/remote_execution.proto
@@ -1885,6 +1885,10 @@ message DigestFunction {
1885
// Test vectors of this digest function can be found in the
1886
// accompanying sha256tree_test_vectors.txt file.
1887
SHA256TREE = 8;
1888
+
1889
+ // The BLAKE3 hash function.
1890
+ // See https://github.com/BLAKE3-team/BLAKE3.
1891
+ BLAKE3 = 9;
1892
}
1893
1894
0 commit comments