mirror of
https://github.com/taigrr/arduinolibs
synced 2025-01-18 04:33:12 -08:00
Add library infrastructure for NoiseProtocol
This commit is contained in:
parent
9bbf74a414
commit
dd9c99ff07
2
libraries/NoiseProtocol/keywords.txt
Normal file
2
libraries/NoiseProtocol/keywords.txt
Normal file
@ -0,0 +1,2 @@
|
||||
NoiseClient KEYWORD1
|
||||
NoiseServer KEYWORD1
|
22
libraries/NoiseProtocol/library.json
Normal file
22
libraries/NoiseProtocol/library.json
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "NoiseProtocol",
|
||||
"version": "0.2.0",
|
||||
"keywords": "NoiseClient,NoiseServer",
|
||||
"description": "Noise protocol for creating secure sessions",
|
||||
"authors":
|
||||
{
|
||||
"name": "Rhys Weatherley",
|
||||
"email": "rhys.weatherley@gmail.com",
|
||||
"url": "https://rweather.github.io/arduinolibs/crypto.html"
|
||||
},
|
||||
"export": {
|
||||
"include": "libraries/NoiseProtocol"
|
||||
},
|
||||
"repository":
|
||||
{
|
||||
"type": "git",
|
||||
"url": "https://github.com/rweather/arduinolibs.git"
|
||||
},
|
||||
"frameworks": "arduino",
|
||||
"platforms": "*"
|
||||
}
|
10
libraries/NoiseProtocol/library.properties
Normal file
10
libraries/NoiseProtocol/library.properties
Normal file
@ -0,0 +1,10 @@
|
||||
name=NoiseProtocol
|
||||
version=0.2.0
|
||||
author=Rhys Weatherley <rhys.weatherley@gmail.com>
|
||||
maintainer=Rhys Weatherley <rhys.weatherley@gmail.com>
|
||||
sentence=Noise protocol for creating secure sessions
|
||||
paragraph=This library provides an implementation of the Noise and NoiseLink protocols for secure communication
|
||||
category=Communication
|
||||
url=https://github.com/rweather/arduinolibs
|
||||
architectures=*
|
||||
includes=NoiseProtocol.h
|
Loading…
x
Reference in New Issue
Block a user