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!: rewrite AES and Blowfish logic
- AES and Blowfish performance significantly improved
- added example to README.md
- added more tests
- dev dependencies moved to dev_deps.ts
BREAKING CHANGE: Block modes are now separated from encryption
logic and can be instantiated directly, e.g. AesEcb