Skip to content

Commit e382abf

Browse files
tylerwilliamsPavank1992
authored andcommitted
Add BLAKE3 digest function to remote_execution.proto
Partial commit for third_party/*, see #18681. Signed-off-by: Pavan Singh <[email protected]>
1 parent e016b4f commit e382abf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

third_party/remoteapis/build/bazel/remote/execution/v2/remote_execution.proto

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1885,6 +1885,10 @@ message DigestFunction {
18851885
// Test vectors of this digest function can be found in the
18861886
// accompanying sha256tree_test_vectors.txt file.
18871887
SHA256TREE = 8;
1888+
1889+
// The BLAKE3 hash function.
1890+
// See https://github.com/BLAKE3-team/BLAKE3.
1891+
BLAKE3 = 9;
18881892
}
18891893
}
18901894

0 commit comments

Comments
 (0)