forked from nayuki/Bitcoin-Cryptography-Library
-
Notifications
You must be signed in to change notification settings - Fork 0
/
library.json
40 lines (40 loc) · 1.07 KB
/
library.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "bcl",
"keywords": "nayuki, ark, bitcoin, crypto, cryptocurrency, cryptography, ecdsa, secp256k1, blockchain, iot, arduino, espressif",
"description": "A fork of Nayukis Bitcoin Cryptography Library. This project implements the cryptographic primitives used in the Bitcoin system, especially elliptic curve operations and hash functions. This fork adds extra package and testing functionality.",
"homepage": "https://github.com/sleepdefic1t/bcl",
"repository": {
"type": "git",
"url": "https://github.com/sleepdefic1t/bcl.git"
},
"version": "0.0.5",
"authors": [
{
"name": "Nayuki",
"email": "[email protected]",
"url": "https://github.com/nayuki"
},
{
"name": "Simon Downey",
"email": "[email protected]",
"url": "https://github.com/sleepdefic1t"
}
],
"frameworks": "arduino",
"platforms": "*",
"export": {
"include": [
"src/*",
"*.md",
"*.json",
"*.properties",
"LICENSE",
"*.ini",
"keywords.txt"
],
"exclude": [
"*/*.txt",
"extras"
]
}
}