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 a90ddfc commit 1ed0218Copy full SHA for 1ed0218
scripts/imgtool/image.py
@@ -184,6 +184,7 @@ def tlv_sha_to_sha(tlv):
184
keys.ECDSA384P1 : ['384'],
185
keys.ECDSA384P1Public : ['384'],
186
keys.ECDSA256P1 : ['256'],
187
+ keys.ECDSA256P1Public : ['256'],
188
keys.RSA : ['256'],
189
keys.RSAPublic : ['256'],
190
# This two are set to 256 for compatibility, the right would be 512
0 commit comments