@pinkparrot/qsafe-sig 0.0.3 → 0.0.4
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/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -11,7 +11,7 @@ Built on top of [`@pinkparrot/qsafe-mayo-wasm`](https://github.com/Seigneur-Mach
|
|
|
11
11
|
## Links
|
|
12
12
|
|
|
13
13
|
- **NPM:** [qsafe-sig] (https://www.npmjs.com/package/@pinkparrot/qsafe-sig)
|
|
14
|
-
- **Browser bundle:**
|
|
14
|
+
- **Browser bundle:** https://unpkg.com/@pinkparrot/qsafe-sig/dist/qsafe-sig.browser.min.js
|
|
15
15
|
- **MAYO-WASM:** https://github.com/Seigneur-Machiavel/qsafe-mayo-wasm
|
|
16
16
|
- **MAYO spec:** [pqmayo.org](https://pqmayo.org)
|
|
17
17
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pinkparrot/qsafe-sig",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.4",
|
|
4
4
|
"author": "PinkParrot",
|
|
5
5
|
"license": "GPL-3.0",
|
|
6
6
|
"description": "Combination of pre quantum and post quantum signature, designed for a smooth migration.",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
},
|
|
31
31
|
"repository": {
|
|
32
32
|
"type": "git",
|
|
33
|
-
"url": "https://github.com/Seigneur-Machiavel/qsafe-sig.git"
|
|
33
|
+
"url": "git+https://github.com/Seigneur-Machiavel/qsafe-sig.git"
|
|
34
34
|
},
|
|
35
35
|
"keywords": [
|
|
36
36
|
"double-signature",
|