nn::crypto::Sha256Context Classclass Sha256Context : public nn::crypto::ShaBlock512BitContext
Context object for SHA-256 calculation.
| Sha256Context | Creates a SHA-256 calculation context. No initialization is performed. | |
|---|---|---|
| V | ~Sha256Context | Destroys a SHA-256 calculation context. |
| V | Initialize | Initializes a SHA-256 calculation context. |
| V | Finalize | Ends a SHA-256 calculation context. |
| V | Update | Updates a SHA-256 hash value using the given data. |
| V | GetHashSize | Gets the length of the SHA-256 hash. |
| V | GetHash | Gets the final result of calculating the SHA-256 hash. |
nn::crypto::HashContextBase
nn::crypto::ShaBlock512BitContext
nn::crypto::Sha256Context
CONFIDENTIAL