Skip to content

Commit 1ed0218

Browse files
legoabramnordicjm
authored andcommitted
scripts: imgtool: Add hash for ECDSA256P1Public
Signed-off-by: Abram Early <abram.early@gmail.com>
1 parent a90ddfc commit 1ed0218

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/imgtool/image.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ def tlv_sha_to_sha(tlv):
184184
keys.ECDSA384P1 : ['384'],
185185
keys.ECDSA384P1Public : ['384'],
186186
keys.ECDSA256P1 : ['256'],
187+
keys.ECDSA256P1Public : ['256'],
187188
keys.RSA : ['256'],
188189
keys.RSAPublic : ['256'],
189190
# This two are set to 256 for compatibility, the right would be 512

0 commit comments

Comments
 (0)