Navigation
API > API/Plugins > API/Plugins/PlatformCryptoContext > API/Plugins/PlatformCryptoContext/FSHA256HasherOpenSSL
Description
Finalize the computation of the message digest. After calling this method, Init must be called again if this object is meant to be reused for hashing a new input.
| Name | Finalize |
| Type | function |
| Header File | /Engine/Plugins/Experimental/PlatformCrypto/Source/PlatformCryptoContext/Public/EncryptionContextOpenSSL.h |
| Include Path | #include "EncryptionContextOpenSSL.h" |
EPlatformCryptoResult Finalize
(
const TArrayView < uint8 > OutDataBuffer
)
Parameters
| Name | Remarks |
|---|---|
| OutDataBuffer | A buffer that can hold the message digest bytes. Call GetOutputByteLength to determine the necessary size. |