Skip to content

Commit 453a07b

Browse files
authored
Merge pull request #30 from dgarske/rsa_sp
Fix for RSA with SP
2 parents 515c4a0 + 88a82ae commit 453a07b

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)