Skip to content

Commit e07e5e6

Browse files
jgstrouddkerr64
authored andcommitted
Set the ARDUINO_HOMEKIT_SKIP_ED25519_VERIFY flag
(cherry picked from commit eab3d41)
1 parent f968da1 commit e07e5e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/user_settings.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
//skip ed25519_verify, see crypto_ed25519_verify in crypto.c
99
//Pair Verify Step 2/2: skip=35ms, not-skip=794ms
10-
//#define ARDUINO_HOMEKIT_SKIP_ED25519_VERIFY
10+
#define ARDUINO_HOMEKIT_SKIP_ED25519_VERIFY
1111

1212
#include "stdint.h"
1313
#include "stddef.h"

0 commit comments

Comments
 (0)