We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59d2f7a commit 763be6aCopy full SHA for 763be6a
scripts/imgtool/image.py
@@ -189,7 +189,7 @@ def tlv_sha_to_sha(tlv):
189
keys.ECDSA384P1 : ['384'],
190
keys.ECDSA384P1Public : ['384'],
191
keys.ECDSA256P1 : ['256'],
192
- keys.ECDSA256P1Public : ['256'],
+ keys.ECDSA256P1Public : ['256', '512'],
193
keys.RSA : ['256'],
194
keys.RSAPublic : ['256'],
195
# This two are set to 256 for compatibility, the right would be 512
0 commit comments