+5
-5
| export const CIRCUITS = { | ||
| scoring: { | ||
| id: 'scoring', | ||
| numericId: 1, | ||
| numericId: 0, | ||
| name: 'Scoring', | ||
@@ -14,3 +14,3 @@ description: 'Weighted average over a fixed-length score vector. Weights are fixed-point scale 2^32.', | ||
| id: 'aggregation', | ||
| numericId: 2, | ||
| numericId: 1, | ||
| name: 'Aggregation', | ||
@@ -25,3 +25,3 @@ description: 'SUM, AVG, MIN, MAX in a single pass over up to 4096 u64 inputs.', | ||
| id: 'median', | ||
| numericId: 3, | ||
| numericId: 2, | ||
| name: 'Median', | ||
@@ -36,3 +36,3 @@ description: 'Median with sortedness witness and permutation proof. Honest oracle aggregation.', | ||
| id: 'sort', | ||
| numericId: 4, | ||
| numericId: 3, | ||
| name: 'Sort', | ||
@@ -47,3 +47,3 @@ description: 'Permutation proof: output is monotonic, output multiset equals input multiset.', | ||
| id: 'ml-inference', | ||
| numericId: 5, | ||
| numericId: 4, | ||
| name: 'ML Inference', | ||
@@ -50,0 +50,0 @@ description: 'Fixed-point MLP forward pass. Two hidden layers (32-16-8-4), ReLU activation. Weights public.', |
+1
-1
| { | ||
| "name": "@veria/sdk", | ||
| "version": "0.1.5", | ||
| "version": "0.1.6", | ||
| "description": "VERIA TypeScript SDK \u2014 Solana-native ZK Coprocessor. Few dots. Whole truth.", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0", |