nn::crypto::Sha1Context::GetHash Member Function
virtual void GetHash(
void * pOut
);
| Name | Description | |
|---|---|---|
| out | pOut | Pointer to the location at which to store the SHA-1 value. (A size of at least the number of bytes returned by the GetHashLength function is required.) |
Gets the final result of calculating the SHA-1 hash.
CONFIDENTIAL