Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rust: use black_box to prevent compiler optimisations
we don't actually use the result of decryption, so compiler may have some "ideas", use `black_box` to stop it from doing that
- Loading branch information