#include <cel_checksum.h>

Static Public Member Functions | |
| static AutoPtr< SHA256Stream > | create (Stream *inStream) |
Definition at line 255 of file cel_checksum.h.
| static AutoPtr<SHA256Stream> Celartem::SHA256Stream::create | ( | Stream * | inStream | ) | [static] |
This method creates a new SHA256Stream instance.
| inStream | A stream on which the SHA-256 stream is built. |