
At least according to: https://libsodium.gitbook.io/doc/hashing/generic_hashing We noticed crashes when it was not 16-byte aligned - probably is architecture dependent. This makes the safe choice and always 64-byte align it.
At least according to: https://libsodium.gitbook.io/doc/hashing/generic_hashing We noticed crashes when it was not 16-byte aligned - probably is architecture dependent. This makes the safe choice and always 64-byte align it.