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