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 90622f3 commit a8db2cdCopy full SHA for a8db2cd
hotp/ta/user_ta_header_defines.h
@@ -22,4 +22,10 @@
22
/* Provisioned heap size for TEE_Malloc() and friends */
23
#define TA_DATA_SIZE (32 * 1024)
24
25
+/* The gpd.ta.version property */
26
+#define TA_VERSION "1.0"
27
+
28
+/* The gpd.ta.description property */
29
+#define TA_DESCRIPTION "Example of One Time Passwords based HMAC operation (RFC4226)"
30
31
#endif
0 commit comments