1
0
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:
Rhys Weatherley 2018-06-18 17:46:27 +10:00
parent 9bbf74a414
commit dd9c99ff07
3 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1,2 @@
NoiseClient KEYWORD1
NoiseServer KEYWORD1

View 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": "*"
}

View 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