Absorb more data into the hash state.

Synopsis

Declared in <crypto/sha1.h>

CSHA1&
Write(
    unsigned char const* data,
    size_t len);

Return Value

A reference to this hasher, for chaining.

Parameters

Name

Description

data

Pointer to the input bytes.

len

Number of input bytes.

Created with MrDocs