nn::crypto::Sha1Context::Update Member Function
virtual void Update(
const void * pData,
size_t size
);
| Name | Description | |
|---|---|---|
| in | pData | Pointer to the input data |
| in | size | Length of the input data |
Updates the SHA-1 hash value with the given data.
CONFIDENTIAL