File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
"""
2
2
Post-Quantum Secure Feldman's Verifiable Secret Sharing (VSS) Implementation
3
3
4
- Version 0.8.0b2
4
+ Version 0.8.0b3
5
5
Developed in 2025 by David Osipov
6
6
Licensed under the MIT License
7
7
190
190
logger = logging .getLogger ("feldman_vss" )
191
191
192
192
# Security parameters
193
- VSS_VERSION = "VSS-0.8.0b2 "
193
+ VSS_VERSION = "VSS-0.8.0b3 "
194
194
# Minimum size for secure prime fields for post-quantum security
195
195
MIN_PRIME_BITS = 4096
196
196
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " PostQuantum-Feldman-VSS"
7
- version = " 0.8.0b2 "
7
+ version = " 0.8.0b3 "
8
8
authors = [
9
9
{ name = " David Osipov" , email = " personal@david-osipov.vision" },
10
10
]
You can’t perform that action at this time.
0 commit comments