Constructors

Synopses

Declared in <bdlde_sha1.h>

Construct a SHA‐1 digest having the value corresponding to no data having been provided.

Sha1();

Construct a SHA‐1 digest corresponding to the specified data having the specified length (in bytes). Note that if data is null, then length must be 0.

Sha1(
    void const* data,
    std::size_t length);

Created with MrDocs