This commit is contained in:
everbarry 2026-04-18 01:07:26 +02:00
parent 6e67836e95
commit bd5b0cccf3
4 changed files with 4 additions and 4 deletions

2
Cargo.lock generated
View File

@ -748,7 +748,7 @@ dependencies = [
[[package]]
name = "zkac"
version = "0.3.0"
version = "0.4.0"
dependencies = [
"blake2",
"chacha20poly1305",

View File

@ -1,6 +1,6 @@
[package]
name = "zkac"
version = "0.3.0"
version = "0.4.0"
edition = "2021"
description = "Zero-Knowledge Access Control: BBS+ anonymous credentials (BLS12-381) with encrypted transport (X25519/ChaCha20-Poly1305)"

2
fuzz/Cargo.lock generated
View File

@ -709,7 +709,7 @@ dependencies = [
[[package]]
name = "zkac"
version = "0.3.0"
version = "0.4.0"
dependencies = [
"blake2",
"chacha20poly1305",

View File

@ -4,7 +4,7 @@ build-backend = "maturin"
[project]
name = "zkac"
version = "0.3.0"
version = "0.4.0"
description = "Zero-Knowledge Access Control: BBS+ anonymous credentials with encrypted transport"
readme = "README.md"
requires-python = ">=3.9"