We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d20ae8b commit 9ff14ceCopy full SHA for 9ff14ce
build/bazel/remote/execution/v2/remote_execution.proto
@@ -981,8 +981,8 @@ message SymlinkNode {
981
// serializing, but care should be taken to avoid shortcuts. For instance,
982
// concatenating two messages to merge them may produce duplicate fields.
983
message Digest {
984
- // The hash. In the case of SHA-256, it will always be a lowercase hex string
985
- // exactly 64 characters long.
+ // The hash, represented as a lowercase hexadecimal string, padded with
+ // leading zeroes up to the hash function length.
986
string hash = 1;
987
988
// The size of the blob, in bytes.
0 commit comments