Skip to content

Commit 88a82ae

Browse files
committed
Fix for RSA with SP.
1 parent 515c4a0 commit 88a82ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/xmalloc_rsa.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#include <stdint.h>
2727

2828
/* Allow one single sp_point to be allocated at one time */
29-
#define SP_DIGIT_SIZE (1800)
29+
#define SP_DIGIT_SIZE (1280)
3030
static uint8_t sp_digit[SP_DIGIT_SIZE];
3131
static int sp_digit_in_use = 0;
3232

0 commit comments

Comments
 (0)