nn::crypto::Sha1Context Class

Syntax

class Sha1Context : public nn::crypto::ShaBlock512BitContext

Description

Context object for SHA-1 calculation.

Member Functions

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.

Class Hierarchy

nn::crypto::HashContextBase
  nn::crypto::ShaBlock512BitContext
    nn::crypto::Sha1Context

Revision History

2010/01/07
Initial version.

CONFIDENTIAL