Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FMD5
Description
MD5 block update operation. Continues an MD5 message-digest operation, processing another message block, and updating the context.
| Name | Update |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/SecureHash.h |
| Include Path | #include "Misc/SecureHash.h" |
| Source | /Engine/Source/Runtime/Core/Private/Misc/SecureHash.cpp |
void Update
(
const uint8 * input,
uint64 inputLen
)
Parameters
| Name | Remarks |
|---|---|
| input | input data |
| inputLen | length of the input data in bytes |