Skip to content

Commit 2a7b011

Browse files
Bump version to 0.3.9 and update exports
1 parent 456b3e9 commit 2a7b011

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

kha256/__init__.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
__license__ = _meta.get("License", "AGPL-3.0-or-later")
4141
except Exception:
4242
# Fallback for development or if metadata is not available
43-
__version__ = "0.3.8"
43+
__version__ = "0.3.9"
4444
__author__ = "Mehmet Keçeci"
4545
__license__ = "AGPL-3.0-or-later"
4646

@@ -160,7 +160,11 @@
160160
KHA_AVAILABLE, TYPE_NAMES, WORKING_TYPES, Colors,
161161

162162
# quantum
163-
qKHA256, _fallback_bytes, get_quantum_bytes
163+
qKHA256, _fallback_bytes, get_quantum_bytes,
164+
mqKHA256, QRNGConfig, BaseQRNG, LFDQRNG, QRANDOMQRNG, ANULegacyQRNG, ANUQRNG, ANUTokenQRNG,
165+
OutshiftQRNG, QCIQRNG, HybridQRNGManager, get_mquantum_bytes, get_quantum_stats,
166+
diagnose_quantum_apis, test_quantum_quality, test_all_quantum_apis, debug_anu_apis,
167+
_qrng_manager, get_api_status,
164168
)
165169

166170
# ======================================================================

0 commit comments

Comments
 (0)