@xmr-core/xmr-crypto-utils
Version:
Core crypto operations for Monero and implementations and interfaces of various hardware devices for creating Monero transactions securely
18 lines (16 loc) • 352 B
JSON
{
"extends": "../tsconfig.settings.json",
"compilerOptions": {
"outDir": "lib",
"rootDir": "src"
},
"references": [
{ "path": "../xmr-vendor" },
{ "path": "../xmr-varint" },
{ "path": "../xmr-constants" },
{ "path": "../xmr-b58" },
{ "path": "../xmr-str-utils" },
{ "path": "../xmr-fast-hash" },
{ "path": "../biginteger" }
]
}