Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(sha): DMA mode iteration calculation issue for certain data lengths
SHA hardware DMA mode calculation had off-by-one error for specific input lengths. This was causing last chunk of the input data not being fed to the hardware accelerator and hence resulting in an incorrect final result. Closes: #11915
- Loading branch information