v0.4
This commit is contained in:
parent
3bc7a791e8
commit
a7bf86b3e3
@ -1,6 +1,6 @@
|
|||||||
# ZKAC Python API Reference
|
# 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
|
```python
|
||||||
import zkac
|
import zkac
|
||||||
|
|||||||
@ -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.
|
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
2
uv.lock
generated
@ -844,7 +844,7 @@ wheels = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "zkac"
|
name = "zkac"
|
||||||
version = "0.3.0"
|
version = "0.4.0"
|
||||||
source = { editable = "." }
|
source = { editable = "." }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
{ name = "ipykernel", version = "6.31.0", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10'" },
|
{ name = "ipykernel", version = "6.31.0", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10'" },
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user