Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
crypto: make CRYPTO_DEFINE_HASH_FUNCTIONS adhere strict aliasing
This code could've caused issues if the pointer to the `public_key`, `key_image`, `hash`, etc wasn't aligned on an 8-byte boundary.
- Loading branch information