From a7bf86b3e303ac9815362e8aeb80d705ec3a26b2 Mon Sep 17 00:00:00 2001 From: everbarry Date: Sat, 18 Apr 2026 01:11:00 +0200 Subject: [PATCH] v0.4 --- docs/PYTHON_API.md | 2 +- docs/SECURITY.md | 2 +- uv.lock | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/PYTHON_API.md b/docs/PYTHON_API.md index 3be6d05..55bd9c2 100644 --- a/docs/PYTHON_API.md +++ b/docs/PYTHON_API.md @@ -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 diff --git a/docs/SECURITY.md b/docs/SECURITY.md index 486853e..b35c6b9 100644 --- a/docs/SECURITY.md +++ b/docs/SECURITY.md @@ -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. diff --git a/uv.lock b/uv.lock index 6318900..8c8585c 100644 --- a/uv.lock +++ b/uv.lock @@ -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'" },