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

New keywords

This commit is contained in:
Rhys Weatherley 2018-04-27 12:02:57 +10:00
parent 0bd0fa1be3
commit f4730a52cd
4 changed files with 4 additions and 2 deletions

View File

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

View File

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

View File

@ -1,3 +1,4 @@
CBC KEYWORD1
CFB KEYWORD1
OFB KEYWORD1
SHA1 KEYWORD1

View File

@ -1,7 +1,7 @@
{
"name": "CryptoLegacy",
"version": "0.2.0",
"keywords": "CBC,CFB,OFB",
"keywords": "CBC,CFB,OFB,SHA1",
"description": "Legacy ciphers for the Arduino Cryptography Library",
"authors":
{