v0.4.0
Pre-release
Pre-release
🚀 Enhancements
- Change authTag, data, key, and iv to allow BinaryLike type (e7bb3db)
💅 Refactors
- Split base class and simplify ciphers implementations (e2d89a5)
- Update import syntax (e568e32)
- Rename catch clause variable from _ to error (be1ef4f)
- Streamline aes ecb decryption code (0a148fd)
- Simplify type names (4aad310)
- Rename test functions (345848d)
- Relocate tests directory and update code (f8d42b5)
- Update error messages in tests (6b483c0)
- Remove reassignment of 'data' variable (df385f6)
❤️ Contributors
- kiki-kanri