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

ACORN-128 AEAD cipher

This commit is contained in:
Rhys Weatherley
2018-04-21 17:50:42 +10:00
parent 5ca5f805d2
commit 91bffb9d1f
8 changed files with 1213 additions and 1 deletions

View File

@@ -0,0 +1,10 @@
name=CryptoLW
version=1.0.0
author=Rhys Weatherley <rhys.weatherley@gmail.com>
maintainer=Rhys Weatherley <rhys.weatherley@gmail.com>
sentence=Light-weight algorithms for the Arduino Cryptography Library
paragraph=This library provides implementations of various "light-weight" cryptography algorithms, designed for resource-constrained environments.
category=Communication
url=https://github.com/rweather/arduinolibs
architectures=*
includes=CryptoLW.h