mirror of
https://github.com/odin-lang/Odin.git
synced 2026-09-12 15:10:47 +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()`.