Initialize a SHA‐512 digest context (deprecated; prefer EVP_DigestInit).

Synopsis

Declared in <openssl/sha.h>

[[deprecated]]
int
SHA512_Init(SHA512_CTX* c);
Warning

Deprecated. Use of this entity is allowed but discouraged.

Return Value

1 on success, or 0 on failure.

Parameters

Name

Description

c

Context to initialize.

Created with MrDocs