UNPKG
@xmr-core/xmr-fast-hash
Version:
latest (0.0.8)
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
An implementation of Monero's `cn_fast_hash`
github.com/MyCryptoHQ/xmr-core
MyCryptoHQ/xmr-core
@xmr-core/xmr-fast-hash
/
tsconfig.json
11 lines
(8 loc)
•
159 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
{ "extends":
"../tsconfig.settings.json"
,
"compilerOptions"
: { "outDir":
"lib"
,
"rootDir"
:
"src"
}, "references": [{ "
path
":
"../xmr-str-utils"
}] }