From: Vinnie Falco (vinnie.falco_at_[hidden])
Date: 2024-12-13 17:55:50


On Fri, Dec 13, 2024 at 9:42 AM Ruben Perez via Boost <boost_at_[hidden]>
wrote:

> I'd consider splitting it into two functions, maybe finalize_block() and
> result().
>

I presume your proposed result() is idempotent. Unfortunately this
increases the size of the hash algorithm object for many algorithms.

Thanks