@orbinum/circuits 0.12.0 → 0.13.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.
package/manifest.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "schema_version": "1.0.0",
3
3
  "package_name": "orbinum-circuits",
4
- "package_version": "0.12.0",
5
- "generated_at": "2026-07-07T23:50:06.547Z",
4
+ "package_version": "0.13.0",
5
+ "generated_at": "2026-08-26T15:26:36.385Z",
6
6
  "circuits": {
7
7
  "value_proof": {
8
8
  "active_version": 1,
@@ -32,6 +32,12 @@
32
32
  "bytes": 3473,
33
33
  "sha256": "88071eb7139ef476291312e48a88f9c0e6fe2ff74e1cf2e8dc46556f2bc25463"
34
34
  },
35
+ "ark": {
36
+ "file": "value_proof_pk.ark",
37
+ "localPath": "keys/value_proof_pk.ark",
38
+ "bytes": 250832,
39
+ "sha256": "8504794e9de28f687e6941b699ecfc1b8a16f8b08fb684a6394407d87b74f0ad"
40
+ },
35
41
  "r1cs": {
36
42
  "file": "value_proof.r1cs",
37
43
  "localPath": "build/value_proof.r1cs",
@@ -70,6 +76,12 @@
70
76
  "bytes": 4023,
71
77
  "sha256": "8be8a4eb4312e910a482f911186e293a0573018f8dd13735ff8c7acbc3f05072"
72
78
  },
79
+ "ark": {
80
+ "file": "transfer_pk.ark",
81
+ "localPath": "keys/transfer_pk.ark",
82
+ "bytes": 7494288,
83
+ "sha256": "3dcf9bb2bcc3a638caf4ab84822333a529ba5a26807b39e721833f1866988ba5"
84
+ },
73
85
  "r1cs": {
74
86
  "file": "transfer.r1cs",
75
87
  "localPath": "build/transfer.r1cs",
@@ -108,6 +120,12 @@
108
120
  "bytes": 4029,
109
121
  "sha256": "61ea10c9783a3bf671386d27cab39d537aed7b9b4bcd28b9c0a7fb92c6baf86b"
110
122
  },
123
+ "ark": {
124
+ "file": "unshield_pk.ark",
125
+ "localPath": "keys/unshield_pk.ark",
126
+ "bytes": 3757392,
127
+ "sha256": "502763b5cbf92e001df92856d7d8f38fde014120c997eefca34b43f2beea6190"
128
+ },
111
129
  "r1cs": {
112
130
  "file": "unshield.r1cs",
113
131
  "localPath": "build/unshield.r1cs",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orbinum/circuits",
3
- "version": "0.12.0",
3
+ "version": "0.13.0",
4
4
  "description": "Zero-Knowledge circuits for Orbinum privacy blockchain",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
Binary file
Binary file
Binary file