Navigation
Unreal Engine C++ API Reference > Plugins > PlatformCryptoOpenSSL > FEncryptionContextOpenSSL
References
Module | PlatformCryptoOpenSSL |
Header | /Engine/Plugins/Experimental/PlatformCrypto/Source/PlatformCryptoOpenSSL/Public/EncryptionContextOpenSSL.h |
Include | #include "EncryptionContextOpenSSL.h" |
Source | /Engine/Plugins/Experimental/PlatformCrypto/Source/PlatformCryptoOpenSSL/Private/EncryptionContextOpenSSL.cpp |
bool CalcSHA256
(
const TArrayView < const uint8 > Source,
TArray < uint8 > & OutHash
)
Remarks
Calculate the SHA256 hash of a message. Whether the hash operation was successful
Parameters
Name | Description |
---|---|
Source | Binary source data |
OutHash | Array to store the hash in |