Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/FMD5
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Misc/SecureHash.h |
Include | #include "Misc/SecureHash.h" |
Source | /Engine/Source/Runtime/Core/Private/Misc/SecureHash.cpp |
void Update
&40;
const uint8 &42; input,
uint64 inputLen
&41;
Remarks
MD5 block update operation. Continues an MD5 message-digest operation, processing another message block, and updating the context.
Parameters
Name | Description |
---|---|
input | input data |
inputLen | length of the input data in bytes |