nn::crypto::Sha1Context::GetHash Member Function

Syntax

virtual void GetHash(
     void * pOut
);

Arguments

Name Description
out pOut Pointer to the location used to store the SHA-1 value (this requires the number of bytes given by the GetHashLength function).

Return Values

None.

Description

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

Revision History

2010/01/07
Initial version.

CONFIDENTIAL