Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf(mbedtls/port): unroll first GCM iteration
The first loop of gcm_mult() is different from the others. By unrolling it separately from the others, the other iterations may take advantage of the zero-overhead loop construct, in addition to saving a conditional branch in the loop.
- Loading branch information