Is @affix-io/sdk-light a zero-knowledge SNARK?
No. SDK Light uses AffixIO Light HMAC proofs in milliseconds. AffixIO still verifies, applies ML-DSA-65 attestation, and anchors Merkle audit on sync.
@affix-io/sdk-light
Millisecond local prove without UltraHonk. AffixIO still attests digests with ML-DSA-65 and Merkle audit.
npm install @affix-io/sdk-lightBuilt for phones, kiosks, browsers via host apps, and laptops where UltraHonk is too heavy.
import { AffixLightSDK } from "@affix-io/sdk-light";const sdk = new AffixLightSDK({ apiKey: process.env.AFFIX_API_KEY });Every proof is ML-DSA-signed individually at AffixIO. Auto-flush adapts with ingest rate: about every second, with higher batch ceilings when traffic rises above 20 proofs per second.
Millisecond prove, edge fit, and attestation on sync.
No. SDK Light uses AffixIO Light HMAC proofs in milliseconds. AffixIO still verifies, applies ML-DSA-65 attestation, and anchors Merkle audit on sync.
Phones, kiosks, POS terminals, and ordinary servers where UltraHonk runtime cost is unacceptable but post-quantum attestation is still required.
Millisecond local prove using Node crypto only. Adaptive flush to api.affix-io.com runs about every 1 second with higher batch ceilings under heavy ingest.
affix-sdk-light binary after npm install @affix-io/sdk-light. Defaults to https://api.affix-io.com.