nn::crypto::Sha256Context::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-256 hash value with the given data.
CONFIDENTIAL