1
0
mirror of https://github.com/taigrr/arduinolibs synced 2025-01-18 04:33:12 -08:00

Compiling the Crypto library on a host system

This commit is contained in:
Rhys Weatherley
2016-03-17 19:19:14 +10:00
parent 8cd6916fe8
commit 72715b172b
15 changed files with 598 additions and 13 deletions

View File

@@ -239,8 +239,6 @@ bool testSHAKE_N(SHAKE *shake, const struct TestHashVectorSHAKE *test, size_t in
void testSHAKE(SHAKE *shake, const struct TestHashVectorSHAKE *test)
{
bool ok;
const char *str;
uint8_t ch;
size_t dataLen;
memcpy_P(&dataLen, &(test->dataLen), sizeof(size_t));