Skip to content

Commit

Permalink
Add example hash to proto
Browse files Browse the repository at this point in the history
  • Loading branch information
gmacf committed May 20, 2024
1 parent 18756e7 commit 2d411ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions proto/bootz.proto
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ message SoftwareImage {
// `hex-string`, identified in RFC6991 as "A hexadecimal string with
// octets represented as hex digits separated by colons.
// The canonical representation uses lowercase characters."
// e.g.: "d9:a5:d1:0b:09:fa:4e:96:f2:40:bf:6a:82:f5"
string os_image_hash = 4;
// The identity of the hash algorithm used. These hash identiities are
// defined in sZTP RFC 8572. There is currenty only one hash algorithm
Expand Down

0 comments on commit 2d411ec

Please sign in to comment.