Closed claudioandre-br closed 2 weeks ago
Oh, I see, since we use fmt_default_binary_hash_0
, etc. in both Argon2 formats (CPU and OpenCL), we have to align the "binaries" for uint32_t
. For this, we need not only to revert my recent change of BINARY_ALIGN
, but also make get_binary()
ensure that alignment of its return value.
Since you guys are playing with it, perhaps this information could be useful.