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

Move Speck from Crypto to CryptoLW

This commit is contained in:
Rhys Weatherley
2018-04-26 07:10:07 +10:00
parent 60ac9c4d6b
commit a03d95e7b4
13 changed files with 7 additions and 4 deletions

View File

@@ -25,6 +25,7 @@ This example runs tests on the GCM implementation to verify correct behaviour.
*/
#include <Crypto.h>
#include <CryptoLW.h>
#include <AES.h>
#include <Speck.h>
#include <SpeckTiny.h>