You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor cipher algorithms for improved performance
- Updated the $add method in ChaCha20, Salsa20, XOR, and AES modes (CBC, CTR, ECB, GCM, IGE, OFB, PCBC) to enhance efficiency by reducing loop iterations and improving state management.
- Introduced a _nextBlock method to streamline block processing across various cipher implementations.
- Adjusted handling of input data to minimize redundant calculations and improve overall throughput.
0 commit comments