Skip to content

Commit 3575a00

Browse files
Fix conda install command for python-xxhash
1 parent 99377dd commit 3575a00

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

kha256/kha256.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
:copyright: Copyright 2025-2026 Mehmet Keçeci
2121
2222
# pip install -U bcrypt kececinumbers blake3 pycryptodome xxhash argon2-cffi pandas numpy cryptography ipywidgets ipython scipy
23-
# conda install -c conda-forge kececinumbers bcrypt blake3 pycryptodome xxhash argon2-cffi pandas numpy cryptography pandas ipywidgets ipython scipy
23+
# conda install -c conda-forge kececinumbers bcrypt blake3 pycryptodome python-xxhash argon2-cffi pandas numpy cryptography pandas ipywidgets ipython scipy
2424
# pip install xxhash: # xxh32 collision riski yüksek (64-bit için ~yüz milyonlarda %0.03)
2525
2626
* 0.3.7. qKHA256: quantum random
@@ -71,7 +71,6 @@
7171
import traceback
7272
import uuid
7373
from typing import TYPE_CHECKING, Any, Callable, ClassVar, Dict, List, Literal, NamedTuple, Optional, overload, Tuple, Union, cast
74-
# pip install xxhash: # xxh32 collision riski yüksek (64-bit için ~yüzmilyonlarda %0.03)
7574
import xxhash
7675

7776
from . import __version__ # paket __init__.py'de tanımlı

0 commit comments

Comments
 (0)