Skip to content

h33-ai/h33-auth-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

h33-auth

Official Python SDK for H33 — the post-quantum authentication API.

FHE biometric matching + ZKP verification + Dilithium attestation in a single API call.

PyPI NIST FIPS 204

Features

  • Post-Quantum Secure — Dilithium (ML-DSA), Kyber (ML-KEM), NIST FIPS 203/204
  • FHE Biometric Matching — Verification on encrypted data (data never decrypted)
  • Zero-Knowledge Proofs — STARK lookups with SHA3-256
  • 1.2M auth/secBenchmarked on AWS Graviton4
  • ~50µs per authenticationFull pipeline breakdown

Quick Start

pip install h33-auth
from h33_auth import H33Client

client = H33Client(api_key="your-api-key")

# Authenticate with full post-quantum pipeline
result = client.authenticate(
    user_id="user-123",
    biometric_template=[0.12, -0.34, 0.56, ...],  # 128-dim vector
    security_level="h33-256",
)

# Resume session (~50µs cached auth)
session = client.resume_session(result["sessionToken"])

Documentation

License

MIT — Copyright 2026 Appuix, Inc. (d/b/a H33.ai)

Releases

No releases published

Packages

 
 
 

Contributors

Languages