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 bitwise operations for clarity in cipher algorithms and tests
- Updated bitwise checks in AEADCipher, AES decryption modes, and AES cache generation to use parentheses for improved readability.
- Enhanced tests for ChaCha20, Salsa20, XChaCha20, and XSalsa20 to validate output consistency with random nonces.
- Added handling for non-list iterables in the toUint8List function, including support for Set and Queue types.
0 commit comments