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 11"""
22Post-Quantum Secure Feldman's Verifiable Secret Sharing (VSS) Implementation
33
4- Version 0.8.0b2
4+ Version 0.8.0b3
55Developed in 2025 by David Osipov
66Licensed under the MIT License
77
190190logger = logging .getLogger ("feldman_vss" )
191191
192192# Security parameters
193- VSS_VERSION = "VSS-0.8.0b2 "
193+ VSS_VERSION = "VSS-0.8.0b3 "
194194# Minimum size for secure prime fields for post-quantum security
195195MIN_PRIME_BITS = 4096
196196
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " PostQuantum-Feldman-VSS"
7- version = " 0.8.0b2 "
7+ version = " 0.8.0b3 "
88authors = [
99 {
name =
" David Osipov" ,
email =
" [email protected] " },
1010]
You can’t perform that action at this time.
0 commit comments