File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -325,6 +325,8 @@ enum HashAlg {
325325 HASH_ALG_BLAKE_2_B_384 = 10 ;
326326 HASH_ALG_BLAKE_2_B_512 = 11 ;
327327 HASH_ALG_BLAKE_3 = 12 ;
328+ HASH_ALG_STREEBOG_256 = 13 ;
329+ HASH_ALG_STREEBOG_512 = 14 ;
328330}
329331
330332// Specifies the file hash of the component
Original file line number Diff line number Diff line change 12201220 " BLAKE2b-256" ,
12211221 " BLAKE2b-384" ,
12221222 " BLAKE2b-512" ,
1223- " BLAKE3"
1223+ " BLAKE3" ,
1224+ " Streebog-256" ,
1225+ " Streebog-512"
12241226 ]
12251227 },
12261228 "hash-content" : {
Original file line number Diff line number Diff line change @@ -1134,6 +1134,8 @@ limitations under the License.
11341134 <xs : enumeration value =" BLAKE2b-384" />
11351135 <xs : enumeration value =" BLAKE2b-512" />
11361136 <xs : enumeration value =" BLAKE3" />
1137+ <xs : enumeration value =" Streebog-256" />
1138+ <xs : enumeration value =" Streebog-512" />
11371139 </xs : restriction >
11381140 </xs : simpleType >
11391141
You can’t perform that action at this time.
0 commit comments