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:
parent
60ac9c4d6b
commit
a03d95e7b4
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -5,9 +5,6 @@ AESTiny128 KEYWORD1
|
||||
AESTiny256 KEYWORD1
|
||||
AESSmall128 KEYWORD1
|
||||
AESSmall256 KEYWORD1
|
||||
Speck KEYWORD1
|
||||
SpeckTiny KEYWORD1
|
||||
SpeckSmall KEYWORD1
|
||||
ChaCha KEYWORD1
|
||||
ChaChaPoly KEYWORD1
|
||||
|
||||
|
@ -1 +1,4 @@
|
||||
Acorn128 KEYWORD1
|
||||
Speck KEYWORD1
|
||||
SpeckSmall KEYWORD1
|
||||
SpeckTiny KEYWORD1
|
||||
|
@ -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":
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user