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 db7bb03 commit 59e82d8Copy full SHA for 59e82d8
core/stse_generic_typedef.h
@@ -526,7 +526,7 @@ typedef enum stse_ac_change_right_t {
526
#define STSE_ED25519_PUBLIC_KEY_SIZE \
527
STSE_ED25519_PUBLIC_KEY_LENGTH_SIZE \
528
+STSE_ED25519_PUBLIC_KEY_VALUE_SIZE
529
-#define STSE_ED25519_PRIVATE_KEY_SIZE 64U
+#define STSE_ED25519_PRIVATE_KEY_SIZE 32U
530
#define STSE_ED25519_EPHEMERAL_PUBLIC_KEY_SIZE \
531
STSE_ED25519_ID_SIZE \
532
+STSE_ED25519_PUBLIC_KEY_SIZE
0 commit comments