On Mon, Dec 2, 2024 at 9:39 PM Alexander Graf <g...@amazon.com> wrote: > > > On 09.11.24 13:30, Dorjoy Chowdhury wrote: > > We were storing the pointers to buffers in a GList due to lack of > > stateful crypto apis and instead doing the final hash computation at > > the end after we had all the necessary buffers. Now that we have the > > stateful qcrypto apis available, we can instead update the hashes > > inline in the read_eif_* functions which makes the code much simpler. > > > > Signed-off-by: Dorjoy Chowdhury <dorjoychy...@gmail.com> > > > Reviewed-by: Alexander Graf <g...@amazon.com> >
cc Paolo. This one has been reviewed as well so can be picked up for merging. Regards, Dorjoy