-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbinding.gyp
More file actions
35 lines (33 loc) · 926 Bytes
/
binding.gyp
File metadata and controls
35 lines (33 loc) · 926 Bytes
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
{
"targets": [
{
"target_name": "hashing",
"sources": [
"hashing.cpp",
"x16r.c",
"sha3/sph_blake.h"
"sha3/sph_bmw.h"
"sha3/sph_groestl.h"
"sha3/sph_jh.h"
"sha3/sph_keccak.h"
"sha3/sph_skein.h"
"sha3/sph_luffa.h"
"sha3/sph_cubehash.h"
"sha3/sph_shavite.h"
"sha3/sph_simd.h"
"sha3/sph_echo.h"
"sha3/sph_hamsi.h"
"sha3/sph_fugue.h"
"sha3/sph_shabal.h"
"sha3/sph_whirlpool.h"
"sha3/sph_sha2.h"
],
"include_dirs": [
"crypto",
],
"cflags_cc": [
"-std=c++0x"
],
}
]
}