This commit is contained in:
everbarry 2026-04-18 01:11:00 +02:00
parent 3bc7a791e8
commit a7bf86b3e3
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# ZKAC Python API Reference
Version 0.2. Cryptographic stack: **BBS+** on BLS12-381 (credentials), **X25519** + **ChaCha20-Poly1305** (transport), **Schnorr/Ristretto255** (identity), **BLAKE2b** (role IDs, signatures).
Version 0.4.0. Cryptographic stack: **BBS+** on BLS12-381 (credentials), **X25519** + **ChaCha20-Poly1305** (transport), **Schnorr/Ristretto255** (identity), **BLAKE2b** (role IDs, signatures).
```python
import zkac

View File

@ -1,4 +1,4 @@
# Security model and audit notes (ZKAC 0.3)
# Security model and audit notes (ZKAC 0.4.0)
This document summarizes the design, residual risks, and recommendations for operators integrating **ZKAC**. It is not a substitute for independent review before high-assurance deployment.

2
uv.lock generated
View File

@ -844,7 +844,7 @@ wheels = [
[[package]]
name = "zkac"
version = "0.3.0"
version = "0.4.0"
source = { editable = "." }
dependencies = [
{ name = "ipykernel", version = "6.31.0", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10'" },