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.
2 parents 9a562d4 + 429fff4 commit a990c49Copy full SHA for a990c49
include/psa/crypto.h
@@ -57,6 +57,22 @@ extern "C" {
57
* algorithms, key types, policies, etc. */
58
#include "crypto_types.h"
59
60
+/** \defgroup API version
61
+ * @{
62
+ */
63
+
64
+/**
65
+ * The major version of this implementation of the PSA Crypto API
66
67
+#define PSA_CRYPTO_API_VERSION_MAJOR 1
68
69
70
+ * The minor version of this implementation of the PSA Crypto API
71
72
+#define PSA_CRYPTO_API_VERSION_MINOR 0
73
74
+/**@}*/
75
76
/* The file "crypto_values.h" declares macros to build and analyze values
77
* of integral types defined in "crypto_types.h". */
78
#include "crypto_values.h"
0 commit comments