mirror of
https://github.com/odin-lang/Odin.git
synced 2026-07-24 16:30:27 +00:00
Fixed a faulty check that would check the `dst` twice instead of checking the `src` and `dst` input parameters in `encrypt_ecb()` & `decrypt_ecb()`.