Re: [PATCH 1/3] crypto: LEA block cipher implementation

From: Letrhee
Date: Fri Apr 28 2023 - 22:21:14 EST


Thank you for taking the time to review the implementation. I
appreciate your feedback and will respond to other reviews soon.

As you mentioned, I agree that using loop unrolling in generic C code
can be unnecessary and make it difficult to verify against the
original paper. Additionally, I acknowledge that the submitted code
may lack sufficient comments.

I'll follow your suggestion and re-implement the code.

Thank you again for your review.