mirror of
https://github.com/danog/tgseclib.git
synced 2025-01-21 21:41:14 +01:00
1473da35e6
+ No more empty for-loop bodies + No more counting variables $i leaked into outer context + No more unintuitive $i == count(...) comparisons + No more array / hash table access of the form $kex_algorithms[$i] - Function call overhead; not in the performance critical path, though.