-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathlibrary.json
More file actions
22 lines (22 loc) · 806 Bytes
/
library.json
File metadata and controls
22 lines (22 loc) · 806 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "SpritzCipher",
"version": "1.2.0",
"description": "Spritz library for Arduino, CSPRNG, cryptographic hash and MAC functions, symmetric-key data encryption, and some general-purpose functions.",
"keywords": "arduino, spritz, cipher, crypto, encryption, hash, mac, prng, rng, security",
"repository": {
"type": "git",
"url": "https://github.com/abderraouf-adjal/ArduinoSpritzCipher.git"
},
"authors": [
{
"name": "Abderraouf Adjal",
"email": "abderraouf.adjal@gmail.com",
"url": "https://github.com/abderraouf-adjal",
"maintainer": true
}
],
"license": "ISC",
"homepage": "https://github.com/abderraouf-adjal/ArduinoSpritzCipher",
"frameworks": "*",
"platforms": "*"
}