Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FMD5
Description
MD5 finalization. Ends an MD5 message-digest operation, writing the the message digest and zeroizing the context. Digest is 16 BYTEs.
| Name | Final |
| 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 Final
(
uint8 * digest
)
Parameters
| Name | Remarks |
|---|---|
| digest | pointer to a buffer where the digest should be stored ( must have at least 16 bytes ) |