On 9/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 upd
On Mon, Dec 2, 2024 at 9:39 PM Alexander Graf 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. N
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 u
On Mon, Nov 25, 2024 at 9:01 PM Dorjoy Chowdhury wrote:
>
> On Mon, Nov 18, 2024 at 7:13 PM Dorjoy Chowdhury
> wrote:
> >
> > Ping.
> >
>
> Ping...
> This hasn't been reviewed and I think this one simplifies the code in
> eif.c and is quite small.
>
Gentle ping.
Regards,
Dorjoy
On Mon, Nov 18, 2024 at 7:13 PM Dorjoy Chowdhury wrote:
>
> Ping.
>
Ping...
This hasn't been reviewed and I think this one simplifies the code in
eif.c and is quite small.
Regards,
Dorjoy
Ping.
This is also a smaller one that needs to be reviewed.
Regards,
Dorjoy
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_* func