[#SHA512_Transform] = SHA512_Transform :mrdocs: Process one SHA‐512 block into `c` (deprecated low‐level primitive). == Synopsis Declared in `<openssl/sha.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[deprecated]] void SHA512_Transform( xref:SHA512_CTX.adoc[SHA512_CTX]* c, unsigned char const* data); ---- [WARNING] ==== https://en.cppreference.com/cpp/language/attributes/deprecated[Deprecated^]. Use of this entity is allowed but discouraged. ==== == Parameters [cols="1,4"] |=== | Name| Description | *c* | SHA‐512 context whose state is updated. | *data* | Exactly SHA512_CBLOCK bytes of input. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#