mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-02 12:14:38 +02:00
align RSA benchmark buffer
This commit is contained in:
@@ -435,8 +435,8 @@ void bench_rsa(void)
|
|||||||
word32 idx = 0;
|
word32 idx = 0;
|
||||||
|
|
||||||
byte message[] = "Everyone gets Friday off.";
|
byte message[] = "Everyone gets Friday off.";
|
||||||
byte enc[512]; /* for up to 4096 bit */
|
|
||||||
byte* output;
|
byte* output;
|
||||||
|
byte enc[512]; /* for up to 4096 bit */
|
||||||
const int len = (int)strlen((char*)message);
|
const int len = (int)strlen((char*)message);
|
||||||
double start, total, each, milliEach;
|
double start, total, each, milliEach;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user