We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6c6ad8 commit e613014Copy full SHA for e613014
1 file changed
kha256/kha256.py
@@ -204,7 +204,7 @@ class FortifiedConfig:
204
avalanche_strength: float = 0.02 # %2.5 (daha stabil)
205
206
def __post_init__(self):
207
- getcontext().prec = 100 # 85: Uniform ve güvenlikten taviz veriyor!
+ getcontext().prec = 128 # 85: Uniform ve güvenlikten taviz veriyor!
208
if self.parallel_processing:
209
import multiprocessing
210
self.max_workers = min(self.max_workers, multiprocessing.cpu_count() - 1)
0 commit comments