|
25 | 25 | "mode": "gcm", |
26 | 26 | "executionEnvironment": "software-plain-ram", |
27 | 27 | "implementationPlatform": "x86_64", |
28 | | - "certificationLevel": [ "none" ], |
29 | | - "cryptoFunctions": [ "keygen", "encrypt", "decrypt", "tag" ], |
| 28 | + "certificationLevel": ["none"], |
| 29 | + "cryptoFunctions": [ |
| 30 | + "keygen", |
| 31 | + "encrypt", |
| 32 | + "decrypt", |
| 33 | + "tag" |
| 34 | + ], |
30 | 35 | "classicalSecurityLevel": 128, |
31 | 36 | "nistQuantumSecurityLevel": 1 |
32 | 37 | }, |
|
44 | 49 | "parameterSetIdentifier": "512", |
45 | 50 | "executionEnvironment": "software-plain-ram", |
46 | 51 | "implementationPlatform": "x86_64", |
47 | | - "certificationLevel": [ "none" ], |
48 | | - "cryptoFunctions": [ "sign", "verify" ], |
| 52 | + "certificationLevel": ["none"], |
| 53 | + "cryptoFunctions": [ |
| 54 | + "sign", |
| 55 | + "verify" |
| 56 | + ], |
49 | 57 | "nistQuantumSecurityLevel": 0 |
50 | 58 | }, |
51 | 59 | "oid": "1.2.840.113549.1.1.13" |
|
63 | 71 | "primitive": "key-agree", |
64 | 72 | "executionEnvironment": "software-plain-ram", |
65 | 73 | "implementationPlatform": "x86_64", |
66 | | - "certificationLevel": [ "none" ], |
67 | | - "cryptoFunctions": [ "keygen", "keyderive" ], |
| 74 | + "certificationLevel": ["none"], |
| 75 | + "cryptoFunctions": [ |
| 76 | + "keygen", |
| 77 | + "keyderive" |
| 78 | + ], |
68 | 79 | "nistQuantumSecurityLevel": 0 |
69 | 80 | }, |
70 | 81 | "oid": "1.3.132.0.35" |
|
81 | 92 | "primitive": "kem", |
82 | 93 | "executionEnvironment": "software-plain-ram", |
83 | 94 | "implementationPlatform": "x86_64", |
84 | | - "certificationLevel": [ "none" ], |
85 | | - "cryptoFunctions": [ "keygen", "keyderive" ], |
| 95 | + "certificationLevel": ["none"], |
| 96 | + "cryptoFunctions": [ |
| 97 | + "keygen", |
| 98 | + "keyderive" |
| 99 | + ], |
86 | 100 | "nistQuantumSecurityLevel": 5 |
87 | 101 | }, |
88 | 102 | "oid": "2.16.840.1.101.3.4.1.48" |
|
98 | 112 | "primitive": "combiner", |
99 | 113 | "executionEnvironment": "software-plain-ram", |
100 | 114 | "implementationPlatform": "x86_64", |
101 | | - "certificationLevel": [ "none" ], |
102 | | - "cryptoFunctions": [ "keygen", "keyderive" ], |
| 115 | + "certificationLevel": ["none"], |
| 116 | + "cryptoFunctions": [ |
| 117 | + "keygen", |
| 118 | + "keyderive" |
| 119 | + ], |
103 | 120 | "nistQuantumSecurityLevel": 0 |
104 | 121 | }, |
105 | 122 | "oid": "1.3.101.110" |
106 | | - } |
| 123 | + } |
107 | 124 | } |
108 | 125 | ], |
109 | 126 | "dependencies": [ |
110 | 127 | { |
111 | 128 | "ref": "draftietftlshybriddesign13", |
112 | | - "dependsOn": ["mlkem1024", "ecdhsecp521r1"] |
| 129 | + "dependsOn": [ |
| 130 | + "mlkem1024", |
| 131 | + "ecdhsecp521r1" |
| 132 | + ] |
113 | 133 | } |
114 | 134 | ] |
115 | 135 | } |
0 commit comments