On 13 March 2017 at 12:00, Grazvydas Ignotas wrote:
> On Mon, Mar 13, 2017 at 1:17 PM, Emil Velikov
> wrote:
>> On 12 March 2017 at 18:32, Grazvydas Ignotas wrote:
>>> This is useful when we need to compute many hashes which all have some
>>> common data hashed in. It works by first hashing the
On Mon, Mar 13, 2017 at 1:17 PM, Emil Velikov wrote:
> On 12 March 2017 at 18:32, Grazvydas Ignotas wrote:
>> This is useful when we need to compute many hashes which all have some
>> common data hashed in. It works by first hashing the common data and
>> keeping the context, then for each hashin
On 12 March 2017 at 18:32, Grazvydas Ignotas wrote:
> This is useful when we need to compute many hashes which all have some
> common data hashed in. It works by first hashing the common data and
> keeping the context, then for each hashing operation clone the common
> context and continue hashing
On 13/03/17 09:47, Grazvydas Ignotas wrote:
On Mon, Mar 13, 2017 at 12:31 AM, Timothy Arceri wrote:
On 13/03/17 05:32, Grazvydas Ignotas wrote:
This is useful when we need to compute many hashes which all have some
common data hashed in. It works by first hashing the common data and
keeping
On Mon, Mar 13, 2017 at 12:31 AM, Timothy Arceri wrote:
> On 13/03/17 05:32, Grazvydas Ignotas wrote:
>>
>> This is useful when we need to compute many hashes which all have some
>> common data hashed in. It works by first hashing the common data and
>> keeping the context, then for each hashing o
On 13/03/17 05:32, Grazvydas Ignotas wrote:
This is useful when we need to compute many hashes which all have some
common data hashed in. It works by first hashing the common data and
keeping the context, then for each hashing operation clone the common
context and continue hashing from there.
This is useful when we need to compute many hashes which all have some
common data hashed in. It works by first hashing the common data and
keeping the context, then for each hashing operation clone the common
context and continue hashing from there.
Signed-off-by: Grazvydas Ignotas
---
src/util