Re: [U-Boot] [PATCH 1/4] [RFC] rsa: Split the rsa-verify

2014-12-17 Thread Simon Glass
Hi Ruchika, On 17 December 2014 at 03:05, Ruchika Gupta wrote: > Public exponentiation which is required in rsa verify > functionality is currently tightly integrated with > verification code in rsa_verify.c. Currently this > implementation is software based. Some platforms > having support of th

[U-Boot] [PATCH 1/4] [RFC] rsa: Split the rsa-verify

2014-12-17 Thread Ruchika Gupta
Public exponentiation which is required in rsa verify functionality is currently tightly integrated with verification code in rsa_verify.c. Currently this implementation is software based. Some platforms having support of the exponentiation in hardware. To enable the rsa verify functionality to use