mirror of
https://github.com/taigrr/arduinolibs
synced 2025-01-18 04:33:12 -08:00
Move CBC, CFB, and OFB to the CryptoLegacy library
This commit is contained in:
10
libraries/CryptoLegacy/library.properties
Normal file
10
libraries/CryptoLegacy/library.properties
Normal file
@@ -0,0 +1,10 @@
|
||||
name=CryptoLegacy
|
||||
version=1.0.0
|
||||
author=Rhys Weatherley <rhys.weatherley@gmail.com>
|
||||
maintainer=Rhys Weatherley <rhys.weatherley@gmail.com>
|
||||
sentence=Legacy algorithms in the Arduino Cryptography Library
|
||||
paragraph=This library provides implementations of various legacy cryptography algorithms which should not be used for new protocols but which may be needed when implementing older protocols.
|
||||
category=Communication
|
||||
url=https://github.com/rweather/arduinolibs
|
||||
architectures=*
|
||||
includes=CryptoLegacy.h
|
||||
Reference in New Issue
Block a user