On Mon, 11 Jan 2021 at 08:41, Alexandru Gagniuc <mr.nuke...@gmail.com> wrote: > > Implement the crypto_algo .verify() function for ecdsa256. Because > it backends on UCLASS_ECDSA, this change is focused on parsing the > keys from devicetree and passing this information to the specific > UCLASS driver. > > Signed-off-by: Alexandru Gagniuc <mr.nuke...@gmail.com> > --- > lib/ecdsa/ecdsa-verify.c | 117 ++++++++++++++++++++++++++++++++++++++- > 1 file changed, 116 insertions(+), 1 deletion(-)
Reviewed-by: Simon Glass <s...@chromium.org>