1
0
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:
Rhys Weatherley
2018-04-26 06:50:39 +10:00
parent 91bffb9d1f
commit 4078351503
6 changed files with 1522 additions and 2 deletions

View File

@@ -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)
{