Re: [PATCH v4 14/29] public_key: move common functions to public key helper

2024-07-03 Thread Ilias Apalodimas
Hi Raymond On Tue, 2 Jul 2024 at 21:29, Raymond Mao wrote: > > Move public_key_free and public_key_signature_free as helper > functions that can be shared by legacy crypto lib and MbedTLS > implementation. > > Signed-off-by: Raymond Mao > --- > Changes in v4 > - Initial patch. > > lib/crypto/Ma

[PATCH v4 14/29] public_key: move common functions to public key helper

2024-07-02 Thread Raymond Mao
Move public_key_free and public_key_signature_free as helper functions that can be shared by legacy crypto lib and MbedTLS implementation. Signed-off-by: Raymond Mao --- Changes in v4 - Initial patch. lib/crypto/Makefile| 4 +++- lib/crypto/public_key.c| 31