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 EAX implementation to verify correct behaviour.
*/
#include <Crypto.h>
#include <CryptoLW.h>
#include <EAX.h>
#include <AES.h>
#include <Speck.h>

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>

View File

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

View File

@ -5,9 +5,6 @@ AESTiny128 KEYWORD1
AESTiny256 KEYWORD1
AESSmall128 KEYWORD1
AESSmall256 KEYWORD1
Speck KEYWORD1
SpeckTiny KEYWORD1
SpeckSmall KEYWORD1
ChaCha KEYWORD1
ChaChaPoly KEYWORD1

View File

@ -1 +1,4 @@
Acorn128 KEYWORD1
Speck KEYWORD1
SpeckSmall KEYWORD1
SpeckTiny KEYWORD1

View File

@ -1,7 +1,7 @@
{
"name": "CryptoLW",
"version": "0.1.6",
"keywords": "Acorn128",
"keywords": "Acorn128,Speck,SpeckSmall,SpeckTiny",
"description": "Light-weight ciphers for the Arduino Cryptography Library",
"authors":
{