Skip to content

Commit 1d0a1d5

Browse files
committed
Add "HASH_ALG_" prefix to algorithm name
Signed-off-by: Dmitry Volk <[email protected]>
1 parent 0cc2e3a commit 1d0a1d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

schema/bom-1.7.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -314,8 +314,8 @@ enum HashAlg {
314314
HASH_ALG_BLAKE_2_B_384 = 10;
315315
HASH_ALG_BLAKE_2_B_512 = 11;
316316
HASH_ALG_BLAKE_3 = 12;
317-
STREEBOG_256 = 13;
318-
STREEBOG_512 = 14;
317+
HASH_ALG_STREEBOG_256 = 13;
318+
HASH_ALG_STREEBOG_512 = 14;
319319
}
320320

321321
// Specifies the file hash of the component

0 commit comments

Comments
 (0)