File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed
tools/src/test/resources/1.7 Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -79,16 +79,17 @@ components {
7979components {
8080 name: " ML-KEM-1024"
8181 bom_ref: " mlkem1024"
82- type: " cryptographic-asset "
82+ type: CLASSIFICATION_CRYPTOGRAPHIC_ASSET
8383 cryptoProperties{
84- assetType: " algorithm "
84+ assetType: CRYPTO_ASSET_TYPE_ALGORITHM
8585 algorithmProperties{
8686 algorithmFamily: " ML-KEM"
87- primitive: " kem"
88- executionEnvironment: " software-plain-ram"
89- implementationPlatform: " x86_64"
90- certificationLevel: [" none" ]
91- cryptoFunctions: [" keygen" , " keyderive" ]
87+ primitive: CRYPTO_PRIMITIVE_KEM
88+ executionEnvironment: CRYPTO_EXECUTION_ENVIRONMENT_SOFTWARE_PLAIN_RAM
89+ implementationPlatform: CRYPTO_IMPLEMENTATION_PLATFORM_X86_64
90+ certificationLevel: " none"
91+ cryptoFunctions: CRYPTO_ALGORITHM_FUNCTION_KEYGEN
92+ cryptoFunctions: CRYPTO_ALGORITHM_FUNCTION_KEYDERIVE
9293 nistQuantumSecurityLevel: 5
9394 }
9495 oid: " 2.16.840.1.101.3.4.1.48"
You can’t perform that action at this time.
0 commit comments