Some crypto implementations require that secret keys are aligned to 32-bit boundaries so that they can be copied with 32-bit accesses as a hardening measure against power analysis. This task is to 32-bit align the SST keys to maintain compatibility.
Description
Description