Skip to content

Commit

Permalink
Add BLAKE3 digest function to remote_execution.proto
Browse files Browse the repository at this point in the history
Partial commit for third_party/*, see #18681.

Signed-off-by: Pavan Singh <pavanksingh@google.com>
  • Loading branch information
tylerwilliams authored and Pavank1992 committed Jun 15, 2023
1 parent e016b4f commit e382abf
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1885,6 +1885,10 @@ message DigestFunction {
// Test vectors of this digest function can be found in the
// accompanying sha256tree_test_vectors.txt file.
SHA256TREE = 8;

// The BLAKE3 hash function.
// See https://github.com/BLAKE3-team/BLAKE3.
BLAKE3 = 9;
}
}

Expand Down

0 comments on commit e382abf

Please sign in to comment.