Skip to content

Commit fec8c4c

Browse files
committed
Fix hashing algorithm name, because Streebog is not an abbreviation, but a name.
Signed-off-by: Dmitry Volk <volk.dmitry@gmail.com>
1 parent 1d0a1d5 commit fec8c4c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

schema/bom-1.7.schema.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1221,8 +1221,8 @@
12211221
"BLAKE2b-384",
12221222
"BLAKE2b-512",
12231223
"BLAKE3",
1224-
"STREEBOG-256",
1225-
"STREEBOG-512"
1224+
"Streebog-256",
1225+
"Streebog-512"
12261226
]
12271227
},
12281228
"hash-content": {

schema/bom-1.7.xsd

+2-2
Original file line numberDiff line numberDiff line change
@@ -1131,8 +1131,8 @@ limitations under the License.
11311131
<xs:enumeration value="BLAKE2b-384"/>
11321132
<xs:enumeration value="BLAKE2b-512"/>
11331133
<xs:enumeration value="BLAKE3"/>
1134-
<xs:enumeration value="STREEBOG-256"/>
1135-
<xs:enumeration value="STREEBOG-512"/>
1134+
<xs:enumeration value="Streebog-256"/>
1135+
<xs:enumeration value="Streebog-512"/>
11361136
</xs:restriction>
11371137
</xs:simpleType>
11381138

0 commit comments

Comments
 (0)