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

Syntax

virtual void GetHash(
     void * pOut
);

Arguments

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.)

Return Values

None.

Description

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

Revision History

2010/01/07
Initial version.

CONFIDENTIAL