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 cf17561 commit 195411fCopy full SHA for 195411f
docs/design.md
@@ -97,6 +97,7 @@ struct image_tlv {
97
#define IMAGE_TLV_ECDSA224 0x21 /* ECDSA of hash output */
98
#define IMAGE_TLV_ECDSA256 0x22 /* ECDSA of hash output */
99
#define IMAGE_TLV_RSA3072_PSS 0x23 /* RSA3072 of hash output */
100
+#define IMAGE_TLV_ED25519 0x24 /* ED25519 of hash output */
101
```
102
103
Optional type-length-value records (TLVs) containing image metadata are placed
0 commit comments