#include <cel_checksum.h>

Static Public Member Functions | |
| static AutoPtr< SHA1Stream > | create (Stream *inStream) |
This class provides SHA-1 Checksum.
| static AutoPtr<SHA1Stream> Celartem::SHA1Stream::create | ( | Stream * | inStream | ) | [static] |
This method creates a new SHA1Stream instance.
| inStream | A stream on which the SHA-1 stream is built. |