Update

nn::crypto::Sha1Context::Update Member Function

Syntax

virtual void Update(
     const void * pData,
     size_t size
);

Parameters

Name Description
in pData Pointer to the input data
in size Length of the input data

Return Values

None.

Description

Updates the SHA-1 hash value with the given data.

Revision History

2010/01/07
Initial version.

CONFIDENTIAL