Skip to content

Commit 15f97e9

Browse files
committed
test: add ED25519 tests
1 parent 6a1254b commit 15f97e9

File tree

3 files changed

+400
-1
lines changed

3 files changed

+400
-1
lines changed

examples/posix/wh_posix_server/user_settings.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,9 @@ extern "C" {
9999
/** Curve25519 Options */
100100
#define HAVE_CURVE25519
101101

102+
/** Ed25519 Options */
103+
#define HAVE_ED25519
104+
102105
/** DH and DHE Options */
103106
#define NO_DH
104107
#define HAVE_DH_DEFAULT_PARAMS

test/config/user_settings.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,9 @@
137137
#define WOLFSSL_SHAKE128
138138
#define WOLFSSL_SHAKE256
139139

140+
/* Ed25519 Options */
141+
#define HAVE_ED25519
142+
140143
/* The following options can be individually controlled to customize the
141144
* ML-DSA configuration */
142145
#if 0

0 commit comments

Comments
 (0)