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 6a1254b commit 15f97e9Copy full SHA for 15f97e9
examples/posix/wh_posix_server/user_settings.h
@@ -99,6 +99,9 @@ extern "C" {
99
/** Curve25519 Options */
100
#define HAVE_CURVE25519
101
102
+/** Ed25519 Options */
103
+#define HAVE_ED25519
104
+
105
/** DH and DHE Options */
106
#define NO_DH
107
#define HAVE_DH_DEFAULT_PARAMS
test/config/user_settings.h
@@ -137,6 +137,9 @@
137
#define WOLFSSL_SHAKE128
138
#define WOLFSSL_SHAKE256
139
140
+/* Ed25519 Options */
141
142
143
/* The following options can be individually controlled to customize the
144
* ML-DSA configuration */
145
#if 0
0 commit comments