BACK_TO_DOCS

SDK_INTEGRATION_GUIDE

STEP_BY_STEP_MATERIALIZATION. STATELESS_PROTOCOL.

01

Environment Initialization

Install the HSKG ICEKEY library for your targeting platform (iOS/Android/Python).

EXAMPLE_IMPLEMENTATION
pip install icekey-hskg-sdk
02

Sensor Coupling

Connect spatiotemporal (GPS/Vertical) and biometric (Fingerprint/Face) sensors to the fusion engine.

EXAMPLE_IMPLEMENTATION
const engine = await HskgFusion.v2(sensors);
03

Mersenne-Rayon Bridge

Establish the spatiotemporal anchor based on the Lattice synthesis logic.

EXAMPLE_IMPLEMENTATION
engine.lock(plusCode, altitude, pressure);
04

Ephemeral Key Generation

Generate the 0.024s lifecycle key for immediate materialization.

EXAMPLE_IMPLEMENTATION
const key = await engine.generate();
NIST_SP_800-90B_COMPLIANT_ENGINE

HSKG_ICEKEY_SDK_2026_MASTER_VERIFICATION