align RSA benchmark buffer

This commit is contained in:
toddouska 2013-01-07 14:08:56 -08:00
parent eeb11a6e51
commit 7f701ca194

View File

@ -435,8 +435,8 @@ void bench_rsa(void)
word32 idx = 0;
byte message[] = "Everyone gets Friday off.";
byte enc[512]; /* for up to 4096 bit */
byte* output;
byte enc[512]; /* for up to 4096 bit */
const int len = (int)strlen((char*)message);
double start, total, each, milliEach;