From: Vinnie Falco (vinnie.falco_at_[hidden])
Date: 2024-12-09 18:58:14


On Mon, Dec 9, 2024 at 10:50 AM Peter Dimov <pdimov_at_[hidden]> wrote:

> Note that reaching a multiple of block_size is important,
> because it ensures that the secret key you passed as
> the seed is not left in the internal buffer of the hash
> algorithm, visible in memory dumps.
>

Is hardening against memory dumps in scope for this library? Is this
documented?

Thanks