mirror of
https://github.com/odin-lang/Odin.git
synced 2026-06-03 13:59:48 -04: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()`.