@wallfree-dev/crypto 0.13.42 → 0.13.43-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +7 -6
- package/sapling/derive.js +1 -1
- package/sapling/derive.js.map +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wallfree-dev/crypto",
|
|
3
|
-
"version": "0.13.
|
|
3
|
+
"version": "0.13.43-beta.1",
|
|
4
4
|
"description": "The @wallfree-dev/crypto packages provides common crypto functionalities.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"airgap",
|
|
@@ -30,11 +30,11 @@
|
|
|
30
30
|
},
|
|
31
31
|
"author": "Papers AG <contact@papers.ch> (https://papers.ch)",
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@
|
|
34
|
-
"@wallfree-dev/module-kit": "^0.13.42",
|
|
35
|
-
"@wallfree-dev/sapling-wasm": "npm:@airgap/sapling-wasm@0.0.9",
|
|
33
|
+
"@airgap/sapling-wasm": "0.0.9",
|
|
36
34
|
"@polkadot/wasm-crypto": "0.20.1",
|
|
37
|
-
"@stablelib/hmac": "^1.0.1"
|
|
35
|
+
"@stablelib/hmac": "^1.0.1",
|
|
36
|
+
"@wallfree-dev/coinlib-core": "^0.13.43-beta.1",
|
|
37
|
+
"@wallfree-dev/module-kit": "^0.13.43-beta.1"
|
|
38
38
|
},
|
|
39
39
|
"nyc": {
|
|
40
40
|
"include": [
|
|
@@ -56,5 +56,6 @@
|
|
|
56
56
|
"report-dir": "../../coverage/crypto",
|
|
57
57
|
"sourceMap": true,
|
|
58
58
|
"instrument": true
|
|
59
|
-
}
|
|
59
|
+
},
|
|
60
|
+
"gitHead": "343148d0ac18329207bf763671d36bb747b73f54"
|
|
60
61
|
}
|
package/sapling/derive.js
CHANGED
|
@@ -37,7 +37,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
37
37
|
};
|
|
38
38
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
39
|
exports.deriveSapling = void 0;
|
|
40
|
-
var sapling_wasm_1 = require("@
|
|
40
|
+
var sapling_wasm_1 = require("@airgap/sapling-wasm");
|
|
41
41
|
var zip32_1 = require("../utils/zip32");
|
|
42
42
|
function deriveSapling(seed, derivationPath) {
|
|
43
43
|
return __awaiter(this, void 0, void 0, function () {
|
package/sapling/derive.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"derive.js","sourceRoot":"","sources":["../../src/sapling/derive.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"derive.js","sourceRoot":"","sources":["../../src/sapling/derive.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,qDAAuG;AAGvG,wCAAgD;AAEhD,SAAsB,aAAa,CAAC,IAAY,EAAE,cAAuB;;;;;wBACnD,qBAAM,IAAA,qCAAsB,EAAC,IAAI,EAAE,cAAc,aAAd,cAAc,cAAd,cAAc,GAAI,IAAI,CAAC,EAAA;;oBAAxE,GAAG,GAAW,SAA0D;oBACzD,qBAAM,IAAA,uDAAwC,EAAC,GAAG,CAAC,EAAA;;oBAAlE,IAAI,GAAW,SAAmD;oBAExE,sBAAO,IAAA,uBAAe,EAAC;4BACrB,IAAI,EAAE,YAAY;4BAClB,SAAS,EAAE,GAAG;4BACd,SAAS,EAAE,IAAI;yBAChB,CAAC,EAAA;;;;CACH;AATD,sCASC"}
|