#include <sapphire.h>
Inheritance diagram for SapphireHash:

Public Methods | |
| SapphireHash (unsigned int hashLength=20) | |
| void | Update (const byte *input,unsigned int length) |
| process more input. More... | |
| void | Final (byte *hash) |
| void | Final (byte *hash,unsigned int overrideHashLength) |
| unsigned int | DigestSize ()const |
| size of the hash returned by Final(). More... | |
Digest Length = 160 bits
Definition at line 100 of file sapphire.h.
|
|
Definition at line 127 of file sapphire.cpp. |
|
|
size of the hash returned by Final().
Reimplemented from HashModule. Definition at line 107 of file sapphire.h. |
|
|
Definition at line 155 of file sapphire.cpp. |
|
|
Reimplemented from HashModule. Definition at line 105 of file sapphire.h. |
|
|
process more input.
Reimplemented from HashModule. Definition at line 149 of file sapphire.cpp. |
1.2.4 written by Dimitri van Heesch,
© 1997-2000