|
Scopira
20080306
|
#include <hash.h>
Public Types | |
| enum | { sha1_c = 1 } |
Public Types inherited from scopira::tool::flow_i | |
| enum | { input_c = 1, output_c = 2 } |
| typedef scopira::tool::byte_t | byte_t |
| typedef int | mode_t |
Public Member Functions | |
| hashoflow (int alg=sha1_c) | |
| ctor, does an implicit open | |
| virtual | ~hashoflow () |
| dtor | |
| virtual bool | failed (void) const |
| in failed state? | |
| virtual size_t | write (const byte_t *_buf, size_t _size) |
| writes a few bytes | |
| void | open (int alg=sha1_c) |
| opens a new hashing session, closing any previous one, if any | |
| void | close (void) |
| close the current link, throwing away the hash | |
| void | close (scopira::tool::basic_array< byte_t > &hash) |
| close the current link, storing the final hash into the given buffer | |
Public Member Functions inherited from scopira::tool::oflow_i | |
| virtual size_t | write_byte (byte_t b) |
| template<class TT > | |
| size_t | write_array (const TT *_buf, size_t _numelem) |
| size_t | write_void (const void *_buf, size_t _size) |
Public Member Functions inherited from scopira::tool::object | |
| virtual | ~object () |
| int | add_ref (void) const |
| bool | sub_ref (void) const |
| void | auto_ref (void) const |
| int | current_ref (void) const |
| virtual scopira::tool::oflow_i & | print (scopira::tool::oflow_i &o) const |
| virtual bool | load (scopira::tool::iobjflow_i &in) |
| virtual void | save (scopira::tool::oobjflow_i &out) const |
| bool | is_alive_object (void) const |
| bool | is_dead_object (void) const |
Additional Inherited Members | |
Protected Member Functions inherited from scopira::tool::object | |
| object (void) | |
| object (bool neverusecounter) | |
Secure hashing.