
9 Dec
2024
9 Dec
'24
5:23 p.m.
On Mon, Dec 9, 2024 at 8:43 AM Peter Dimov via Boost
...Subsequent `update` calls now start from an initial internal state that has incorporated the contents of [p, p+n), and that has been "finalized" (scrambled thoroughly) such that the result is not equivalent to just prepending the seed to the message (as would have happened if the result() call has been omitted.)
What is wrong with simply prepending the seed? Thanks