Skip to content

Commit 195411f

Browse files
committed
Add ed25519 TLV to design doc
Signed-off-by: Fabio Utzig <[email protected]>
1 parent cf17561 commit 195411f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/design.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ struct image_tlv {
9797
#define IMAGE_TLV_ECDSA224 0x21 /* ECDSA of hash output */
9898
#define IMAGE_TLV_ECDSA256 0x22 /* ECDSA of hash output */
9999
#define IMAGE_TLV_RSA3072_PSS 0x23 /* RSA3072 of hash output */
100+
#define IMAGE_TLV_ED25519 0x24 /* ED25519 of hash output */
100101
```
101102

102103
Optional type-length-value records (TLVs) containing image metadata are placed

0 commit comments

Comments
 (0)