mirror of
https://github.com/taigrr/arduinolibs
synced 2025-01-18 04:33:12 -08:00
New keywords
This commit is contained in:
parent
0bd0fa1be3
commit
f4730a52cd
@ -1,4 +1,5 @@
|
|||||||
Acorn128 KEYWORD1
|
Acorn128 KEYWORD1
|
||||||
|
Ascon128 KEYWORD1
|
||||||
Speck KEYWORD1
|
Speck KEYWORD1
|
||||||
SpeckSmall KEYWORD1
|
SpeckSmall KEYWORD1
|
||||||
SpeckTiny KEYWORD1
|
SpeckTiny KEYWORD1
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "CryptoLW",
|
"name": "CryptoLW",
|
||||||
"version": "0.2.0",
|
"version": "0.2.0",
|
||||||
"keywords": "Acorn128,Speck,SpeckSmall,SpeckTiny",
|
"keywords": "Acorn128,Ascon128,Speck,SpeckSmall,SpeckTiny",
|
||||||
"description": "Light-weight ciphers for the Arduino Cryptography Library",
|
"description": "Light-weight ciphers for the Arduino Cryptography Library",
|
||||||
"authors":
|
"authors":
|
||||||
{
|
{
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
CBC KEYWORD1
|
CBC KEYWORD1
|
||||||
CFB KEYWORD1
|
CFB KEYWORD1
|
||||||
OFB KEYWORD1
|
OFB KEYWORD1
|
||||||
|
SHA1 KEYWORD1
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "CryptoLegacy",
|
"name": "CryptoLegacy",
|
||||||
"version": "0.2.0",
|
"version": "0.2.0",
|
||||||
"keywords": "CBC,CFB,OFB",
|
"keywords": "CBC,CFB,OFB,SHA1",
|
||||||
"description": "Legacy ciphers for the Arduino Cryptography Library",
|
"description": "Legacy ciphers for the Arduino Cryptography Library",
|
||||||
"authors":
|
"authors":
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user