Process one 64‐byte SHA‐256 block into digest state c (deprecated).
Synopsis
Declared in <openssl/sha.h>
[[deprecated]]
void
SHA256_Transform(
SHA256_CTX* c,
unsigned char const* data);
|
Warning
|
Deprecated. Use of this entity is allowed but discouraged. |
Parameters
Name |
Description |
c |
SHA‐256 context whose state words are updated. |
data |
Pointer to a single 64‐byte message block. |
Created with MrDocs