@primust/verifier 1.2.0 → 1.3.0
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.
|
@@ -1961,6 +1961,9 @@ var F3 = getPoseidon2BN254().primeField;
|
|
|
1961
1961
|
// ../artifact-core/dist/commitment.js
|
|
1962
1962
|
var BN254_MODULUS = 21888242871839275222246405745257275088548364400416034343698204186575808495617n;
|
|
1963
1963
|
|
|
1964
|
+
// ../artifact-core/dist/hierarchical_leaf.js
|
|
1965
|
+
var _utf8Encoder = new TextEncoder();
|
|
1966
|
+
|
|
1964
1967
|
// ../artifact-core/dist/validate-artifact.js
|
|
1965
1968
|
var PROOF_LEVELS = [
|
|
1966
1969
|
"mathematical",
|
package/dist/cli.js
CHANGED
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@primust/verifier",
|
|
3
|
-
"version": "1.
|
|
4
|
-
"description": "Offline and CLI verifier for Primust
|
|
3
|
+
"version": "1.3.0",
|
|
4
|
+
"description": "Offline and CLI verifier for Primust Governed-Execution Credentials. Free forever. No account required.",
|
|
5
5
|
"homepage": "https://primust.com",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|