nn::crypto::Sha256Context::GetHash Member Function

Syntax

virtual void GetHash(
     void * pOut
);

Arguments

Name Description
out pOut Pointer to the location at which to store the SHA-256 value. (A size of at least the number of bytes returned by the GetHashLength function is required.)

Return Values

None.

Description

Gets the final result of calculating the SHA-256 hash.

Revision History

2010/01/07
Initial version.

CONFIDENTIAL