🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@veria/sdk

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@veria/sdk - npm Package Compare versions

Comparing version
0.1.5
to
0.1.6
+5
-5
dist/circuits.js
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.',

{
"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",