nn::crypto::Sha256Context::GetHash Member Function
virtual void GetHash(
void * pOut
);
| Name | Description | |
|---|---|---|
| out | pOut | Pointer to the location used to store the SHA-256 value (this requires the number of bytes given by the GetHashLength function). |
Gets the final result of calculating the SHA-256 hash.
CONFIDENTIAL