mirror of
https://github.com/taigrr/arduinolibs
synced 2025-01-18 04:33:12 -08:00
AVR assembly version of Acorn128
This commit is contained in:
@@ -147,7 +147,7 @@ TestVector testVector;
|
||||
|
||||
Acorn128 acorn;
|
||||
|
||||
byte buffer[MAX_PLAINTEXT_LEN];
|
||||
byte buffer[128];
|
||||
|
||||
bool testCipher_N(Acorn128 *cipher, const struct TestVector *test, size_t inc)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user